assign_values | R Documentation |
Assign the values of variables (specifed by name in a source character vector) to another set of variables (specifed by name in a dest character vector). Will modify variables in enclosing environments.
assign_values(dest_var_names, src_var_names)
dest_var_names |
a character vector of variable names to be assigned |
src_var_names |
a parallel character vector of variable names supplying the values to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.