save_output | R Documentation |
Save data to a specified folder
save_output(data, output_folder, output_filename = NA, ...)
data |
the data object being saved. Can be a data frame or a list of data frames. |
output_folder |
folder where to save the output |
output_filename |
the name of the file being saved. Defaults to the name of the data frame, or the named elements of a list of data frames |
The folder should be one of the folders specified in init_paths()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.