lisc.io.io.save_time_results¶
- lisc.io.io.save_time_results(results, folder, file_name, directory=None)[source]¶
Save a set of results collected across time.
- Parameters
- resultslist of {Counts1D, Counts, Words}
Results of the collection across time.
- folderstr
The name of the folder to save the objects to.
- file_namestr
The name of the file to save each object with. Each individual object is saved with this label plus a year marker.
- directorystr or Path
Location to save to.