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)

backports documentation built on June 24, 2024, 5:24 p.m.