Description Usage Arguments Value Author(s)
Saves data to intermediate
1 2 3 4 5 6 | save_intermediate_result(
r_object,
rel_path = NULL,
serializer = qs::qsave,
...
)
|
r_object |
the R object to be saved. |
rel_path |
optional path (relative to ‘data/intermediate') to pass on to serializer. Defaults to the object’s name without an extension added to the file on disk. |
serializer |
function used to serialize the data to disk. Defaults to 'qs::save'. |
... |
extra arguments passed to the serializer. |
serializes an R object to the 'data/intermediate' directory.
João Santiago
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.