Export project to .zip file
Arguments
- zipfile
Character. Path to a
.zip
file that is to be created. The default argumentNULL
creates a.zip
file in the directory one level above the 'worcs' project directory. By default, all files tracked by 'Git' are included in the.zip
file, excluding 'data.csv' ifopen_data = FALSE
.- worcs_directory
Character. Path to the WORCS project directory to export. Defaults to
"."
, which refers to the current working directory.- open_data
Logical. Whether or not to include the original data, 'data.csv', if this file exists. If
open_data = FALSE
and an open data file does exist, then it is excluded from the.zip
file. If it does not yet exist, a synthetic data set is generated and added to the.zip
file.
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())
#> Warning: cannot open file 'C:\Users\vanlissa\AppData\Local\Temp\Rtmp4gfwLj/.worcs': No such file or directory
#> ✖ No '.worcs' file found; not a WORCS project, or the working directory has been changed.