Learn R Programming

yamlet (version 1.2.1)

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(), modify.default(), selected(), selected.default()

Examples

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

Run the code above in your browser using DataLab