2023-03-03 12:41:14 +01:00
|
|
|
Package: REDCapCAST
|
|
|
|
Title: REDCap Castellated data handling
|
|
|
|
Version: 23.3.1
|
2018-06-14 04:47:57 +02:00
|
|
|
Authors@R: c(
|
2023-01-16 09:49:17 +01:00
|
|
|
person("Paul", "Egeler", email = "paul.egeler@spectrumhealth.org", role = c("aut")),
|
|
|
|
person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk", role = c("cre", "ctb","cph"),
|
2022-12-21 07:43:56 +01:00
|
|
|
comment = c(ORCID = "0000-0002-7559-1154")))
|
2023-01-16 09:49:17 +01:00
|
|
|
Description: This is a fork of REDCapRITS by Paul Egeler and Spectrum Health. See
|
|
|
|
[https://github.com/SpectrumHealthResearch/REDCapRITS](https://github.com/SpectrumHealthResearch/REDCapRITS).
|
|
|
|
Split REDCap repeating instruments output into multiple tables.
|
2018-06-03 22:08:26 +02:00
|
|
|
This will take raw output from a REDCap export and split it into a base table
|
|
|
|
and child tables for each repeating instrument.
|
2020-03-29 05:39:59 +02:00
|
|
|
REDCap (Research Electronic Data Capture) is a secure, web-based software
|
|
|
|
platform designed to support data capture for research studies, providing
|
|
|
|
1) an intuitive interface for validated data capture; 2) audit trails for
|
|
|
|
tracking data manipulation and export procedures; 3) automated export
|
|
|
|
procedures for seamless data downloads to common statistical packages; and
|
|
|
|
4) procedures for data integration and interoperability with external sources
|
|
|
|
(<doi:10.1016/j.jbi.2008.08.010>; <doi:10.1016/j.jbi.2019.103208>).
|
2018-06-03 22:08:26 +02:00
|
|
|
Depends: R (>= 3.4.0)
|
2018-06-23 04:24:34 +02:00
|
|
|
Suggests:
|
|
|
|
RCurl,
|
|
|
|
httr,
|
2018-06-03 22:08:26 +02:00
|
|
|
jsonlite,
|
2018-06-26 05:48:55 +02:00
|
|
|
testthat,
|
2019-07-26 23:26:33 +02:00
|
|
|
Hmisc,
|
|
|
|
readr
|
2018-06-03 22:08:26 +02:00
|
|
|
License: GPL-3
|
|
|
|
Encoding: UTF-8
|
|
|
|
LazyData: true
|
2022-12-21 07:43:56 +01:00
|
|
|
RoxygenNote: 7.2.3
|
2023-01-16 09:49:17 +01:00
|
|
|
URL: https://github.com/agdamsbo/REDCapRITS
|
|
|
|
BugReports: https://github.com/agdamsbo/REDCapRITS/issues
|
2023-02-28 09:54:03 +01:00
|
|
|
Imports:
|
2023-02-28 13:59:45 +01:00
|
|
|
REDCapR,
|
|
|
|
tidyr
|
2018-06-03 22:08:26 +02:00
|
|
|
Collate:
|
2019-07-01 22:54:29 +02:00
|
|
|
'utils.r'
|
2018-06-23 04:24:34 +02:00
|
|
|
'process_user_input.r'
|
2018-06-03 22:08:26 +02:00
|
|
|
'REDCap_split.r'
|
2023-02-28 09:54:03 +01:00
|
|
|
'read_redcap_tables.R'
|
2023-02-28 13:59:45 +01:00
|
|
|
'redcap_wider.R'
|