%...>% | R Documentation |
%<...%
)Assign values to specified names in an environment and unpack the values (reverse of %<...%
)
values %...>% names
values |
A list or vector containing the values to be assigned to the names. |
names |
A list or character vector specifying the names of variables to be assigned. |
NULL. The function performs assignments in the specified environment.
## Not run:
list(1, 2) %...>% c("x", "y")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.