REDCapCAST/NEWS.md

16 lines
945 B
Markdown
Raw Normal View History

2023-03-06 14:36:13 +01:00
# REDCapCAST 23.3.1
2019-08-01 05:19:54 +02:00
2023-03-06 14:36:13 +01:00
### New name: REDCapCAST
2019-08-01 05:19:54 +02:00
2023-03-06 14:36:13 +01:00
To reflect new functions and the limitation to only working in R, I have changed the naming of the fork, while still, of course, maintaining the status as a fork.
2023-03-06 14:36:13 +01:00
The versioning has moved to a monthly naming convention.
2023-03-06 14:36:13 +01:00
### Functions:
2023-03-06 14:36:13 +01:00
* `read_redcap_tables()` **NEW**: this function is mainly an implementation of the combined use of `REDCapR::readcap_read()` and `REDCap_split()` to maintain the focused nature of `REDCapR::readcap_read()`, to only download the specified data. Also implements tests of valid form names and event names. The usual fall-back solution was to get all data.
2023-03-06 14:36:13 +01:00
* `redcap_wider()` **NEW**: this function pivots the long data frames from `read_redcap_tables()` using `tidyr::pivot_wider()`.
2023-03-06 14:36:13 +01:00
* `focused_metadata()` **NEW**: a hidden helper function to enable a focused data acquisition approach to handle only a subset of metadata corresponding to the focused dataset.