R/hermes.R
save_hermes.Rd
Save an object to the hermes database with save_hermes() and easily retrieve it with read_hermes().
hermes
save_hermes()
read_hermes()
save_hermes(object, ...) read_hermes(object, ...)
ANY. The object to save / read.
extra arguments
save_hermes() returns the absolute path in which the object is saved is returned invisibly. read_hermes() returns the object of interest.