mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
Updated read_redcap_tables to handle non-longitudinal projects and give better error on invalid events or forms
This commit is contained in:
parent
b5c0a1af34
commit
7cae55dba4
4 changed files with 27 additions and 15 deletions
|
|
@ -2,9 +2,10 @@ Package: REDCapCAST
|
|||
Title: REDCap Castellated Data Handling
|
||||
Version: 23.12.1
|
||||
Authors@R: c(
|
||||
person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk", role = c("aut", "cre"),
|
||||
comment = c(ORCID = "0000-0002-7559-1154")),
|
||||
person("Paul", "Egeler", email = "paul.egeler@spectrumhealth.org", role = "aut"))
|
||||
person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk",
|
||||
role = c("aut", "cre"),comment = c(ORCID = "0000-0002-7559-1154")),
|
||||
person("Paul", "Egeler", email = "paulegeler@gmail.com", role = c("aut"),
|
||||
comment = c(ORCID = "0000-0001-6948-9498")))
|
||||
Description: Originally forked from the R part of 'REDCapRITS' by Paul Egeler.
|
||||
See <https://github.com/pegeler/REDCapRITS>.
|
||||
Handles castellated datasets from 'REDCap' projects with repeating instruments.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue