Learn R Programming

yamlet (version 0.6.5)

named: Evaluate Named Arguments

Description

Evaluates named arguments in ....

Usage

named(...)

Arguments

...

possibly a mix of named and un-named arguments.

Value

named list

See Also

Other modify: modify.default(), modify(), selected.default(), selected()

Examples

Run this code
# NOT RUN {
named(a = 1, b = 2 + 3, 4, 'd')

# }

Run the code above in your browser using DataLab