Skip to contents

Synchronize your REDCaps

Usage

sync(
  project_names = NULL,
  summarize = TRUE,
  hard_check = FALSE,
  hard_reset = FALSE
)

Arguments

project_names

character vector of project short_names to check for sync. Default is NULL which will check every project in cache.

summarize

Logical (TRUE/FALSE). If TRUE, summarizes data to directory.

hard_check

Will check REDCap even if not due (see sync_frequency parameter from setup_project())

hard_reset

Will go get all projects from scratch if TRUE.