save_object | R Documentation |
The function saves an object into specified directory naming with the name of the object.
save_object(object, DATA_PATH, suffix = "")
object |
an object to save |
DATA_PATH |
a directory path to save object |
suffix |
(optional, Default = "") adds suffix string to the saved object |
save_object(mtcars, DATA_PATH="./", suffix="myresults")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.