Package: redcapAPI Type: Package Title: Interface to 'REDCap' Version: 2.12.0.9000 Authors@R: c( person("Benjamin", "Nutter", email = "benjamin.nutter@gmail.com", role = c("ctb", "aut")), person("Shawn", "Garbett", email = "shawn.garbett@vumc.org", comment = c(ORCID="0000-0003-4079-5621"), role = c("cre","ctb")), person("Savannah", "Obregon", role = "ctb"), person("Thomas", "Obadia", role="ctb"), person("Marcus", "Lehr", role = "ctb", email = "marcus.j.lehr@gmail.com"), person("Brian", "High", role="ctb"), person("Stephen", "Lane", role = "ctb"), person("Will", "Beasley", role = "ctb"), person("Will", "Gray", role = "ctb"), person("Nick", "Kennedy", role = "ctb"), person("Tan", "Hsi-Nien", role = "ctb"), person("Jeffrey", "Horner", role = "aut"), person("Jeremy", "Stephens", role = "ctb"), person("Cole", "Beck", role = "ctb"), person("Bradley", "Johnson", role="ctb"), person("Philip", "Chase", role="ctb"), person("Paddy", "Tobias", role = "ctb"), person("Michael", "Chirico", role = "ctb"), person("William", "Sharp", role="ctb"), person("Alexander", "StrĂ¼bing", role="ctb")) Maintainer: Shawn Garbett Description: Access data stored in 'REDCap' databases using the Application Programming Interface (API). 'REDCap' (Research Electronic Data CAPture; , Harris, et al. (2009) , Harris, et al. (2019) ) is a web application for building and managing online surveys and databases developed at Vanderbilt University. The API allows users to access data and project meta data (such as the data dictionary) from the web programmatically. The 'redcapAPI' package facilitates the process of accessing data with options to prepare an analysis-ready data set consistent with the definitions in a database's data dictionary. License: GPL-2 Depends: R (>= 3.5.0) Imports: checkmate, chron, curl, jsonlite, labelVector, lubridate, mime, shelter (>= 0.2.1) LazyLoad: yes Suggests: testthat (>= 3.0.0), Hmisc, mockery, R.rsp URL: https://github.com/vubiostat/redcapAPI BugReports: https://github.com/vubiostat/redcapAPI/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 VignetteBuilder: R.rsp Config/build/clean-inst-doc: false Config/pak/sysreqs: libsodium-dev libssl-dev Repository: https://vubiostat.r-universe.dev Date/Publication: 2026-04-20 16:42:40 UTC RemoteUrl: https://github.com/vubiostat/redcapapi RemoteRef: HEAD RemoteSha: ead3796fbd3e209e1f777cfa5a9586bc85d58961 NeedsCompilation: no Packaged: 2026-06-19 07:49:06 UTC; root Author: Benjamin Nutter [ctb, aut], Shawn Garbett [cre, ctb] (ORCID: ), Savannah Obregon [ctb], Thomas Obadia [ctb], Marcus Lehr [ctb], Brian High [ctb], Stephen Lane [ctb], Will Beasley [ctb], Will Gray [ctb], Nick Kennedy [ctb], Tan Hsi-Nien [ctb], Jeffrey Horner [aut], Jeremy Stephens [ctb], Cole Beck [ctb], Bradley Johnson [ctb], Philip Chase [ctb], Paddy Tobias [ctb], Michael Chirico [ctb], William Sharp [ctb], Alexander StrĂ¼bing [ctb]