ir_save_isofiles() serializes a collection of isofiles read with
ir_read_isofiles() to an RDS file using readr::write_rds(), storing the
whole ir_isofiles object as-is (including all nested datasets and condition
objects) without any changes. ir_load_isofiles() reads the file back with
readr::read_rds() and returns the ir_isofiles object exactly as it was
saved.
Arguments
- isofiles
a collection of isofiles from
ir_read_isofiles()- file
path to the RDS file (
.rdsextension added if absent)
Value
ir_save_isofiles() returns isofiles invisibly;
ir_load_isofiles() returns an ir_isofiles object.
Details
This operates at the unaggregated ir_isofiles level. To store an aggregated
result instead, use ir_save_aggregated_data() / ir_load_aggregated_data().
