loadFile: Load a file from the cache
Description
Load a file from the cache
Usage
loadFile(file, format = NULL)
Value
the object loaded from file
Arguments
- file
character specifying the path to the file
- format
(optional) character string specifying file extension ("qs" or "rds") of file
;
if not specified (i.e., NULL), will be deduced from the file extension of file
.