Learn R Programming

backports (version 1.5.0)

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

Description

See the original description in base::...length.

Usage

...length()

Arguments

Examples

Run this code
# 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)

Run the code above in your browser using DataLab