export_project {worcs} | R Documentation |
Export project to .zip file
Description
Export project to .zip file
Usage
export_project(zipfile = NULL, worcs_directory = ".", open_data = TRUE)
Arguments
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 |
Value
Logical, indicating the success of the operation. This function is
called for its side effect of creating a .zip
file.
Examples
export_project(worcs_directory = tempdir())