Learn R Programming

backports (version 1.5.0)

...names: Backport of ...names for R < 4.1.0

Description

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

Usage

...names()

Arguments

Examples

Run this code
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_...names = getFromNamespace("...names", "backports")

foo = function(...) bp_...names()
foo(a = 1, b = 2, 3)

Run the code above in your browser using DataLab