View source: R/store_large_object.R
| store_large_object | 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())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.