
Package index
Core Pipeline Functions (Basic)
For basic users use these core functions to maintain REDCap data pipelines. Setup or Load your project. Update from REDCap using what is already saved. Save the outputs to a directory.
-
setup_project()load_project()load_test_project() - Setup or Load REDCapSync Project
-
REDCapSync_project - Setup or Load REDCapSync Project
Other (Intermediate/Advanced)
Expands on functionality and breaksdown core feautures into more customizable parts
Project Cache
REDCapSync cahces user-level project metadata (name, directory, links, last update and other details). Tokens and data are NOT stored here.
-
get_projects() - Get your REDCap projects used by REDCapSync
-
cache_clear() - Clear your cached projects
-
cache_path() - Get your Get Cache Path
-
cache_remove_project() - Remove project from cache
-
sync() - Synchronize REDCap Data
-
raw_to_labelled_form() - Raw to Labelled REDCap forms
-
labelled_to_raw_form() - Clean to Raw REDCap forms