if (FALSE) {
# Parse a REDCap instrument into its component dataframes
redcap.rune("baseline_assessment")
# After running, access individual survey dataframes directly:
head(pss) # Access the PSS survey dataframe
head(cesd) # Access the CESD survey dataframe
# Parse a single survey from composite instrument
rgpts <- redcap.rune("baseline_assessment", prefix = "rgpts")
}
Run the code above in your browser using DataLab