export_project | R Documentation |
Export project to .zip file
export_project(zipfile = NULL, worcs_directory = ".", open_data = TRUE)
zipfile |
Character. Path to a |
worcs_directory |
Character. Path to the WORCS project directory to
export. Defaults to |
open_data |
Logical. Whether or not to include the original data,
'data.csv', if this file exists. If |
Logical, indicating the success of the operation. This function is
called for its side effect of creating a .zip
file.
export_project(worcs_directory = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.