
Generate a REDCap Instrument ZIP File for the HiTOP-SR
Source:R/generate_redcap.R
generate_redcap_hitopsr.RdGenerates a REDCap-compatible data dictionary for the Hierarchical Taxonomy of Psychopathology - Self-Report (HiTOP-SR) and packages it into an Instrument ZIP file for easy uploading.
Usage
generate_redcap_hitopsr(
file = "hitopsr_redcap.zip",
form_name = "hitopsr_questionnaire",
required = TRUE,
breaks = 15
)Arguments
- file
Character string. The destination path for the output ZIP file. Defaults to
"hitopsr_redcap.zip".- form_name
Character string. The internal name of the form in REDCap. Defaults to
"hitopsr_questionnaire".- required
Logical. Whether the items should be marked as required. Defaults to
TRUE.- breaks
Integer or
NULL. The number of items to display before inserting a page break. Set to0orNULLto disable pagination entirely. Defaults to15.
Details
Importing (Uploading) Instruments into a REDCap Project:
Log in to your REDCap account and navigate to the desired project.
Click on the "Designer" link in the left menu bar under "Project Home and Design".
In the main page, under "Data Collection Instruments", look for the "Upload instrument ZIP" option and click the "Upload" button.
Click "Choose File", navigate to where you have the measure saved as a ZIP folder, and select the ZIP folder containing your instrument.
Click "Upload instrument ZIP" button to begin the import process.
Find the imported instrument in your list of measures and review for accuracy.
Test the instrument to ensure proper functionality within your project.