powered by
Store large objects to disk and return a reference to the object.
store_large_object(obj, path)
list() of class "rush_large_object" with the name and path of the stored object.
list()
"rush_large_object"
(any) Object to store.
any
(character(1)) Path to store the object.
character(1)
obj = list(a = 1, b = 2) rush_large_object = store_large_object(obj, tempdir())
Run the code above in your browser using DataLab