Save and load Histry data. Experimental.
saveHistry(file = "./histry.rds", append = TRUE,
trackr = histry_tracker())loadHistry(file = "./.histry.rds", trackr = histry_tracker())
character. The file to save your history within. When loading, assumed to be an RDS file. when saving, written as an RDS file.
logical. Should any history already saved to file
be retained when the new history is saved. defaults to TRUE
a history tracker object