Updates the REDCap database (project object) by fetching the latest data
from the REDCap server.
Usage
sync_all(
short_names = NULL,
summarize = TRUE,
hard_check = FALSE,
hard_reset = FALSE,
silent = FALSE
)Arguments
- short_names
character vector of project short_names previously setup. If = NULL, will get all from
get_projects()- summarize
Logical (TRUE/FALSE). If TRUE, summarizes data to directory.
- hard_check
Will check REDCap even if not due (see
sync_frequencyparameter fromsetup_project())- hard_reset
Logical that forces a fresh update if TRUE. Default is
FALSE.- silent
Logical (TRUE/FALSE). For messages.
See also
setup_project for initializing the project object.
Other db_functions:
sync_project()
