Learn R Programming

yamlet (version 0.9.3)

named: Evaluate Named Arguments

Description

Evaluates named arguments in ....

Usage

named(...)

Value

named list

Arguments

...

possibly a mix of named and un-named arguments.

See Also

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

Examples

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

Run the code above in your browser using DataLab