Updated read_redcap_tables to handle non-longitudinal projects and give better error on invalid events or forms

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-01-09 10:22:49 +01:00
commit 7cae55dba4
4 changed files with 27 additions and 15 deletions

View file

@ -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.