mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
Documentation
This commit is contained in:
parent
d5b8c072df
commit
baa2c88998
11
DESCRIPTION
11
DESCRIPTION
@ -5,11 +5,12 @@ Authors@R: c(
|
|||||||
person("Paul", "Egeler", email = "paul.egeler@spectrumhealth.org", role = c("aut")),
|
person("Paul", "Egeler", email = "paul.egeler@spectrumhealth.org", role = c("aut")),
|
||||||
person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk", role = c("cre", "ctb","cph"),
|
person("Andreas Gammelgaard", "Damsbo", email = "agdamsbo@clin.au.dk", role = c("cre", "ctb","cph"),
|
||||||
comment = c(ORCID = "0000-0002-7559-1154")))
|
comment = c(ORCID = "0000-0002-7559-1154")))
|
||||||
Description: This is a fork of REDCapRITS by Paul Egeler and Spectrum Health. See
|
Description: This package is based on REDCapRITS by Paul Egeler and Spectrum Health.
|
||||||
[https://github.com/SpectrumHealthResearch/REDCapRITS](https://github.com/SpectrumHealthResearch/REDCapRITS).
|
See [https://github.com/SpectrumHealthResearch/REDCapRITS](https://github.com/SpectrumHealthResearch/REDCapRITS).
|
||||||
Split REDCap repeating instruments output into multiple tables.
|
Handle the castellated dataset from REDCap projects with repeating
|
||||||
This will take raw output from a REDCap export and split it into a base table
|
instruments. Split data into multiple tables. This will take raw output from
|
||||||
and child tables for each repeating instrument.
|
a REDCap export and split it into a base table and child tables for each
|
||||||
|
repeated instrument.
|
||||||
REDCap (Research Electronic Data Capture) is a secure, web-based software
|
REDCap (Research Electronic Data Capture) is a secure, web-based software
|
||||||
platform designed to support data capture for research studies, providing
|
platform designed to support data capture for research studies, providing
|
||||||
1) an intuitive interface for validated data capture; 2) audit trails for
|
1) an intuitive interface for validated data capture; 2) audit trails for
|
||||||
|
20
NEWS.md
20
NEWS.md
@ -1,19 +1,15 @@
|
|||||||
# REDCapRITS 0.2.1 (Release date: 2019-07-26)
|
# REDCapCAST 23.3.1
|
||||||
|
|
||||||
* [bug] Can now accept `"tbl_df"` objects and `NA`s in the `redcap_repeat_instrument` field. (#12)
|
### New name: REDCapCAST
|
||||||
|
|
||||||
# REDCapRITS 0.2.0 (Release date: 2019-07-08)
|
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.
|
||||||
|
|
||||||
* [feature] User can now separate each form into its own data.frame, regardless if it is a repeating instrument or not. (#10)
|
The versioning has moved to a monthly naming convention.
|
||||||
* [bug] Handles auto-generated form timestamp fields.
|
|
||||||
|
|
||||||
# REDCapRITS 0.1.0 (Release date: 2019-07-01)
|
### Functions:
|
||||||
|
|
||||||
* [feature] User can now specify the name of the 'primary' table, which previously was left blank. (#9)
|
* `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.
|
||||||
* [bug] Keeps REDCap-generated fields in non-repeating data.frame that are not present in metadata file. (#7)
|
|
||||||
* [enhancement] Unit tests created. (#6)
|
|
||||||
* [bug] Checkbox data now supported. (#1)
|
|
||||||
|
|
||||||
# REDCapRITS 0.0.0 (Release date: 2018-06-03)
|
* `redcap_wider()` **NEW**: this function pivots the long data frames from `read_redcap_tables()` using `tidyr::pivot_wider()`.
|
||||||
|
|
||||||
* Initial Release
|
* `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.
|
||||||
|
Loading…
Reference in New Issue
Block a user