Searches the files found in path for the files saved by an imabc run and reads them into the current environment.
Arguments
- path
character(1). The location of files saved during a previous run.
- tag
Optional character(1). If multiple runs have been saved to a single path, provide the tag that differentiates them.
Value
A list with a priors object, a targets object, and a list of data.frames needed to continue a calibration with imabc().
Note
tag is required if multiple sets of results are stored in a single location.
While the output of this function are necessary for a restart, the user does not need to use this function for restarting a calibration. imabc() handles this function for the user via the previous_results_* input options.