mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
three new functions and new version
This commit is contained in:
parent
ee396fb811
commit
8bd4d9ade7
11 changed files with 415 additions and 49 deletions
13
NEWS.md
13
NEWS.md
|
|
@ -1,3 +1,16 @@
|
|||
# REDCapCAST 23.6.2
|
||||
|
||||
This version marks the introduction of a few helper functions to handle database creation.
|
||||
|
||||
### Functions
|
||||
|
||||
* New: `ds2dd()` function migrating from the `stRoke`-package. Assists in building a data dictionary for REDCap from a dataset.
|
||||
|
||||
* New: `strsplitx()` function to ease the string splitting as an extension of `base::strsplit()`. Inspiration from https://stackoverflow.com/a/11014253/21019325 and https://www.r-bloggers.com/2018/04/strsplit-but-keeping-the-delimiter/.
|
||||
|
||||
* New: `d2n()` function converts single digits to written numbers. Used to sanitize variable and form names in REDCap database creation. For more universal number to word I would suggest `english::word()` or `xfun::numbers_to_words()`, though I have not been testing these.
|
||||
|
||||
|
||||
# REDCapCAST 23.6.1
|
||||
|
||||
### Documentation:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue