View source: R/file_dir_handling.R
save_workspace | R Documentation |
save_workspace
saves current workspace in a user-specified output directory.
save_workspace(workspace_dir, workspace_file_name = NULL)
workspace_dir |
Character. Workspace will be saved in this directory. |
workspace_file_name |
Character (optional). Workspace file name. |
# output_dir <- outdir_create()
# save_workspace(output_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.