mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
new read_redcap_instrument in development
This commit is contained in:
parent
4c5d58bf82
commit
e78e0d3ff9
3 changed files with 68 additions and 0 deletions
9
NEWS.md
9
NEWS.md
|
|
@ -6,10 +6,19 @@
|
|||
|
||||
* NEW: `ds2dd_detailed()`: extension of the `ds2dd()`, which serves to preserve as much metadata as possible automatically. Depends on a group of helper functions also introduced. Of special note is the `guess_time_only_filter()`, which will try to guess which columns/variables should be formatted as time only formats. Supports hms time format. DETAILED INSTRUCTION AND VIGNETTE IS PENDING.
|
||||
|
||||
* NEW: `read_redcap_instrument()` convenience function to retrieve complete instrument. Goes a little against the focused approach. DETAILED INSTRUCTION IS PENDING.
|
||||
|
||||
### Other
|
||||
|
||||
I believe `renv` has now been added and runs correctly. After clone, do `renv::restore()` to install all necessary package to modify the package.
|
||||
|
||||
### Whishes before CRAN release
|
||||
|
||||
* Vignette for `ds2dd_detailed()`
|
||||
|
||||
* Tests for `ds2dd_detailed()`
|
||||
|
||||
|
||||
# REDCapCAST 24.1.1
|
||||
|
||||
### Functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue