Learn R Programming

tidyREDCap

tidyREDCap is an R package with functions for processing REDCap data.

'REDCap' (Research Electronic Data CAPture; https://projectredcap.org) is a web-enabled application for building and managing surveys and databases developed at Vanderbilt University.

What tidyREDCap Functions Can Do for You?

Load All Data from REDCap into R with One Line of Code

Copy Link

Version

Install

install.packages('tidyREDCap')

Monthly Downloads

412

Version

1.1.3

License

MIT + file LICENSE

Maintainer

Raymond Balise

Last Published

January 12th, 2026

Functions in tidyREDCap (1.1.3)

make_choose_one_table

Make a frequency table for a categorical variable
import_instruments

Import all instruments into individual R tables
make_instrument_auto

Extract an Instrument from an REDCap Export without specifying Variables
make_choose_all_table

Count The Responses to a Choose All That Apply Question
make_yes_no

make_yes_no
make_binary_word

Convert a "choose all that apply" Question Into a Binary Word
make_instrument

Extract an Instrument from an REDCap Export
make_yes_no_unknown

make_yes_no_unknown
drop_label

Drop the label from a variable
drop_labels

Drop all the labels from a variable
%>%

Pipe operator