Skip to contents

Save an object to the hermes database with save_hermes() and easily retrieve it with read_hermes().

Usage

save_hermes(object, ...)

read_hermes(object, ...)

Arguments

object

ANY. The object to save / read.

...

extra arguments

Value

save_hermes() returns the absolute path in which the object is saved is returned invisibly. read_hermes() returns the object of interest.