Excel file from which to restore objects. This is normally a file that has been produced with
xlcDump. Defaults to "dump.xlsx".
pos
Environment into which to restore objects. Can be specified either as an integer
specifying the position in the search list, as a character naming an element in the search
list or as an envir
overwrite
logical specifying if data objects should be overwritten if they already exist inside the
environment pos.
Value
Named logical vector specifying if objects have been restored or not. An object may not be restored because there
was an issue with reading the data from the worksheet or the object already existed in the environment pos
(and overwrite = FALSE).