Skip to contents

All functions

delete_records()
Delete records from a REDCap project
fetch_database()
Fetch records from multiple REDCap forms, returning separate list elements for each form
fetch_records()
Fetch records for a REDCap project
generate_queries()
Generate data validation queries for a REDCap project based on branching logic specified in the project codebook
import_records()
Import records into a REDCap project
meta_arms()
Export REDCap project arms
meta_dictionary()
Fetch variable dictionary for a REDCap project
meta_events()
Fetch event names and labels for a REDCap project
meta_factors()
Fetch field option values and labels for factor-type variables in a REDCap project
meta_fields()
Fetch exported field names for a REDCap project
meta_forms()
Fetch instrument names and labels for a REDCap project
meta_mapping()
Fetch instrument-event mappings for a REDCap project
meta_repeating()
Fetch repeating instrument names and labels for a REDCap project
parse_logging() experimental
Convert a REDCap project log file to a tidy data frame
parse_xml()
Convert a REDCap project XML file to a tidy data frame of project records
project_dags()
Export REDCap user information
project_info()
Export REDCap Project information
project_logging()
Export project logging (audit trail) for a REDCap project
project_users()
Export REDCap user information
project_users_dags()
Export REDCap mapping between users and Data Access Groups (DAGs)
project_xml()
Export REDCap Project XML file
rconn()
Connection to a REDCap Database
reclass()
Reclass columns of a data frame to match classes specified in a metadata dictionary
recode_labels()
Convert between values and labels for factor-type variables (e.g. yes/no, radio, dropdown, checkbox)
redcap_version()
Fetch the REDCap database version used for a particular project
translate_logic()
Translate REDCap branching logic into R expressions