dotsLength: Backport of ...length for R < 3.4.2

...lengthR 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)

mllg/backports documentation built on March 15, 2023, 8:07 p.m.