forked from vubiostat/redcapAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.53 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: redcapAPI
Type: Package
Title: Interface to 'REDCap'
Version: 2.3.1
Authors@R: c(
person("Benjamin", "Nutter", email = "[email protected]",
role = c("aut", "ctb", "cre")),
person("Stephen", "Lane", role = "ctb"),
person("Will", "Beasley", role = "ctb"),
person("Jeffrey", "Horner", role = "ctb"),
person("Will", "Gray", role = "ctb"),
person("Jeremy", "Stephens", role = "ctb"),
person("Marcus", "Lehr", role = "ctb", email = "[email protected]"))
Maintainer: Benjamin Nutter <[email protected]>
Description: Access data stored in 'REDCap' databases using the Application
Programming Interface (API). 'REDCap' (Research Electronic Data CAPture;
<https://projectredcap.org>) 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.0.0)
Imports:
checkmate,
chron,
DBI,
httr,
labelVector,
lubridate,
readr,
stringr,
tidyr
LazyLoad: yes
URL: https://github.com/nutterb/redcapAPI/wiki,
https://github.com/nutterb/redcapAPI,
https://projectredcap.org
BugReports: https://github.com/nutterb/redcapAPI/issues
RoxygenNote: 7.1.1