load an object from .RDATA file
loadOneName(objName, file, envir = parent.frame(), assign.on.exit = TRUE)
objName
: the name of the objectfile
: the file pathenvir
: environment; default is calling environment: parent.frameassign.on.exit
: default is TRUEa new environment
Useful links