backports (version 1.1.4)

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

Description

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

Usage

...length()

Arguments

Examples

Run this code
# NOT RUN {
# 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