Load a file from the cache
loadFile(
file,
cacheId,
cachePath,
drv,
conn,
verbose = getOption("reproducible.verbose"),
...
)character(1) specifying the path to the file to load.
character(1) the unique cache identifier of the object.
character(1) path to the cache directory.
A DBI driver object (e.g., RSQLite::SQLite()). Used when
the cache format needs to be swapped.
A DBI connection object. If NULL, a new connection is
created internally as needed.
integer or logical. If > 0 or TRUE, print
informational messages. Defaults to getOption("reproducible.verbose").
Allows format for backward compatibility.
the object loaded from file