get_zip | R Documentation |
We use this internal function to save the data of the Running protocols (according to the Google sheet "Codebook protocolos") to a folder SHARED with the project's PI's
get_zip(
pid,
what,
where = NULL,
credentials_file = NULL,
dont_ask = TRUE,
ignore_existing = FALSE,
all_messages = FALSE,
tempdir_location = NULL,
file_name = NULL
)
pid |
project id |
what |
Should be one of c("data", "protocol") |
where |
Where to leave the zip file with the data. Leave empty to save to |
credentials_file |
Path to .credentials file. Usually: |
dont_ask |
TRUE / FALSE |
ignore_existing |
If TRUE, does not overwrite existing files even if they are newer. Good for .data/, Bad for rest |
all_messages |
Show all rsync messages? TRUE / FALSE |
tempdir_location |
You can choose a tempdir_location (for example, to extract contents of an existing zip and sync only new files) |
file_name |
Name of zip file. If NULL, the default, will apply simple rules to create name. |
A zip file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.