Load an R object of given name from a .RData file
loadObject(file, objectname = NULL, dbg = TRUE)
file | path to .RData file |
---|---|
objectname | name of object to be loaded |
dbg | if |
R object as specified in objectname. If an object of that name does not exist in the .RData file an error is thrown