%<...% | R Documentation |
Unpack and assign values to specified names in an environment
names %<...% values
names |
A list or character vector specifying the names of variables to be assigned. |
values |
A list or vector containing the values to be assigned to the names. |
NULL. The function performs assignments in the specified environment.
Additional arguments that can be passed to names include
.envirThe environment where the variables will be assigned. Defaults to the global environment.
.warnLogical flag indicating whether to show a warning message. Defaults to TRUE.
## Not run:
c("x", "y") %<...% list(1, 2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.