CRAN status Lifecycle: maturing CRAN downloads

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

Show the Field Labels Inside RStudio

Working with Choose One Questions

Working with Choose All that Apply Questions

REDCap exports the responses to a choose all that apply question into many similarly named questions. tidyREDCap helps summarize the responses with two functions:

Working with Repeated Measures

Projects that have repeated assessments with different questionnaires/instruments export with holes in the CSV. tidyREDCap will parse the export and create tables for any of the questionnaires/instruments:

What are the tidyREDCap Websites?

Main Page: https://raymondbalise.github.io/tidyREDCap/
User Guides: https://raymondbalise.github.io/tidyREDCap/articles/
Development Site: https://github.com/RaymondBalise/tidyREDCap

Where Can I Find tidyREDCap?

Offical Release

You can get the latest official release of tidyREDCap from CRAN.

install.packages("tidyREDCap")

Development Release

Run these two lines of code to install tidyREDCap from GitHub (this requires RTools for Windows or Xcode for Mac to be installed on your computer):

if (!requireNamespace("devtools")) install.packages("devtools")
devtools::install_github("RaymondBalise/tidyREDCap")

What is new on the development release?

What if I Find a Problem?

We are currently in active development of tidyREDCap. If one of our functions does not work the way that you expect, or if one of our functions is broken, please submit an issue ticket (using a reproducible example) to our issues page. If you have a cool idea for our next new function, also submit an issue ticket. If you are an R developer and want so contribute to this package, please submit an issue ticket or a pull request.

Who Are Our Supporters?

The development of this package was supported by: