This function calls get_data
for each data name in data_list
and assigns
the resulting data into the given environ
with the data name being used as the
variable name. Note: for values in data_list "named" FILE the "basename" of the string
will be used as the variable name.
get_data_list(all_data, data_list, strip_attributes = FALSE, environ = NULL)
Data structure
A character vector of data to load into the given environment
A logical vector which will be passed on to get_data
. The length
must be 1 (use the save logical for all values of data_list) or match the length of
data_list
(one logical value for each data_list item).
The environment into which the data should be loaded. If NULL (the default) the caller's environment will be used.