View source: R/general_functions.R
list_vars_from_environment | R Documentation |
gather variables with given names from an environment into a list
list_vars_from_environment(var_names, envir = parent.frame())
var_names |
character vector of variable names to gather |
envir |
environment in which to find parameters |
list of variables with names var_names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.