Restores a previously saved 'BioThermR' object or a list of objects from a .rds file.
This function is the counterpart to save_biothermr and allows you to
resume analysis from a saved checkpoint.
load_biothermr(file_path)A single 'BioThermR' object or a list of 'BioThermR' objects, depending on the structure of the saved data.
String. The full path to the .rds file (e.g., "results/experiment_data.rds").
Upon loading, the function performs an automatic validation check to ensure the file contains a valid 'BioThermR' class instance (or a list of them). It provides feedback to the console regarding the type and quantity of objects loaded.
save_biothermr