View source: R/general_functions.R
load_into_list | R Documentation |
load contents of RData file into a list
load_into_list(filename, var_names)
filename |
character vector of length 1: RData filename |
var_names |
optional argument specifying variables to load. If missing, load all variables |
list containing variables with names var_names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.