store_large_object {rush} | R Documentation |
Store large objects to disk and return a reference to the object.
store_large_object(obj, path)
obj |
( |
path |
( |
list()
of class "rush_large_object"
with the name and path of the stored object.
obj = list(a = 1, b = 2)
rush_large_object = store_large_object(obj, tempdir())