REDCapR-package {REDCapR}R Documentation

R utilities for interacting with a REDCap data system https://www.project-redcap.org/

Description

Comprehensive documentation is also available at https://ouhscbbmc.github.io/REDCapR/.

Much of this package has been developed to support the needs of the following projects. We appreciate the support.

Note

The release version is available through CRAN by running install.packages('REDCapR'). The most recent development version is available through GitHub by running remotes::install_github('OuhscBbmc/REDCapR') (make sure remotes is already installed). If you're having trouble with the package, please install the development version. If this doesn't solve your problem, please create a new issue, or email Will.

See REDCapR's advanced vignette for information and examples for overriding the default SSL options.

Examples

## Not run: 
# Install/update REDCapR with the release version from CRAN.
install.packages('REDCapR')

# Install/update REDCapR with the development version from GitHub
# install.packages("remotes") # Uncomment if `remotes` isn't installed already.
remotes::install_github('OuhscBbmc/REDCapR')

## End(Not run)

[Package REDCapR version 1.1.0 Index]