Loads an RData file and returns the objects directly instead of loading them into an environment.
Arguments
- file
[
character(1)]
File to load.- parts
[
character]
Elements in file to load. Default is all.- simplify
[
logical(1)]
IfTRUE, a list is only returned ifpartsand the file contain both more than 1 element, otherwise the element is directly returned. Default isTRUE.- envir
[
environment(1)]
Assign objects to this environment. Default is not to assign.- impute
[
ANY]
Iffiledoes not exists, returnimputeinstead. Default is missing which will result in an exception iffileis not found.