adjusting

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-27 09:54:38 +01:00
commit d1425aaac0
No known key found for this signature in database
7 changed files with 26 additions and 35 deletions

View file

@ -2,7 +2,11 @@
The hosting on shinyapps.io has given a lot of trouble recently. Modyfied package structure a little around the `shiny_cast()`, to accommodate an alternative hosting approach with all package functions included in a script instead of requiring the package.
* read_readcap_labelled():
* NEW: A new option to `raw_or_label` in `read_readcap_tables()` has been added: "both". Get raw values with REDCap labels applied as labels. Use `as_factor()` to format factors with original labels and use the `gtsummary` package to easily get beautiful tables with original labels from REDCap. Use `fct_drop()` to drop empty levels.
* NEW: fct_drop() has been added with an extension to `forcats::fct_drop()`, that works across data.frames. Use as `fct_drop()`.
* CHANGE: the default data export method of `easy_redcap()` has been changed to use the new labelled data export with `read_readcap_tables()`.
# REDCapCAST 24.11.3