REDCapCAST/NEWS.md

44 lines
1.8 KiB
Markdown
Raw Normal View History

# REDCapCAST 23.6.1
### Documentation:
* Updated description.
2023-06-02 14:30:13 +02:00
* Look! A hex icon!
* Heading for CRAN.
2023-04-13 10:57:04 +02:00
# REDCapCAST 23.4.1
### Documentation:
* Aiming for CRAN
2023-03-08 11:50:44 +01:00
# REDCapCAST 23.3.2
### Documentation:
* Page added. Vignettes to follow.
2023-03-08 12:07:20 +01:00
* GithubActions tests added and code coverage assessed. Badge galore..
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.
The main goal this package is to keep the option to only export a defined subset of the whole dataset from the REDCap server as is made possible through the `REDCapR::redcap_read()` function, and combine it with the work put into the REDCapRITS package and the handling of longitudinal projects and/or projects with repeated instruments.
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.
### Notes:
* metadata handling **IMPROVED**: improved handling of different column names in matadata (DataDictionary) from REDCap dependent on whether it is acquired thorugh the api og downloaded from the server.