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
6
NEWS.md
6
NEWS.md
|
|
@ -1,3 +1,9 @@
|
|||
# REDCapCAST 24.1.1
|
||||
|
||||
### Functions
|
||||
|
||||
* Fix: `read_redcap_tables()`: checking form names based on data dictionary to allow handling of non-longitudinal projects. Prints invalid form names and invalid event names. If invalid form names are supplied to `REDCapR::redcap_read()` (which is the backbone), all forms are exported, which is not what we want with a focused approach. Invalid event names will give an output with a rather peculiar formatting.
|
||||
|
||||
# REDCapCAST 23.12.1
|
||||
|
||||
One new function to ease secure dataset retrieval and a few bug fixes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue