Loads a previously saved log into .piplogenv
, optionally under a different
name.
Usage
log_load(path, name = NULL, overwrite = FALSE)
Arguments
- path
Path to the .qs
file to load.
- name
Name to assign to the log in memory (default: inferred from
filename).
- overwrite
Whether to overwrite an existing log of the same name
(default: FALSE).
Value
Invisibly returns the name of the loaded log.