lst_mv | R Documentation |
Move the var to a new specified list.
lst_mv(..., names = NULL, rm = TRUE)
... |
vars. |
names |
character, the names of vars. eg: ls(pattern = "aa"). |
rm |
logical, whether to delete the variable. |
new list
a01 <- 1 a02 <- 2 b03 <- 1 all <- lst_mv(b03, names = ls(pattern = "a0"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.