...length {backports} | R Documentation |
Backport of ...length for R < 3.4.2
Description
See the original description in base::...length
.
Usage
...length()
Examples
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_...length = getFromNamespace("...length", "backports")
foo = function(...) bp_...length()
foo(1, 2, 3)
[Package backports version 1.4.1 Index]