if (FALSE) {
unlockREDCap(connections = c(rcon = "project_alias"),
url = "your_redcap_url",
keyring = "API_KEYs",
envir = globalenv())
# Export survey participants
exportSurveyParticipants(rcon,
instrument = "survey_form")
# Export survey participants for an event
exportSurveyParticipants(rcon,
instrument = "survey_form",
event = "event_1_arm_1")
# Export survey link
exportSurveyLink(rcon,
record = 1,
instrument = "survey_form")
# Export survey queue link
exportSurveyQueueLink(rcon,
record = 1)
# Export survey return code
exportSurveyReturnCode(rcon,
user = 1,
instrument = "survey_form")
}
Run the code above in your browser using DataLab