R/helpers.R

Defines functions api_meta api_data

api_data <- function(){
  c("report",
    # needs specific arguments
    "surveyLink", "participantList", "surveyQueueLink", "surveyReturnCode")
}

api_meta <- function(){
  c("arm", "dag", "userDagMapping", "event", "exportFieldNames",
    "instrument", "formEventMapping", "metadata", "project",
    "record", "repeatingFormsEvents", "version", "user",
    "userRole", "userRoleMapping")
}
aghaynes/redcaptools documentation built on April 5, 2025, 9:28 a.m.