Compare commits

...

2 Commits

Author SHA1 Message Date
Andreas Gammelgaard Damsbo
b5c0a1af34
Merge pull request #1 from agdamsbo/agdamsbo-patch-1
Update README.md
2023-12-20 15:01:47 +00:00
Andreas Gammelgaard Damsbo
639990cedd
Update README.md 2023-12-20 16:01:23 +01:00

View File

@ -28,6 +28,9 @@ This package is primarily relevant for working with longitudinal projects and/or
* `redcap_wider()`: pivots each data frame with repeated instruments to a wide format utilizing the [`tidyr::pivot_wider()`](https://tidyr.tidyverse.org/reference/pivot_wider.html) from the [tidyverse](https://www.tidyverse.org/). * `redcap_wider()`: pivots each data frame with repeated instruments to a wide format utilizing the [`tidyr::pivot_wider()`](https://tidyr.tidyverse.org/reference/pivot_wider.html) from the [tidyverse](https://www.tidyverse.org/).
* `easy_redcap()`: combines secure API key storage with the `keyring`-package, focused data retrieval and optional widening. This is the recommended approach for easy data access and analysis.
Compared to the original `REDCapRITS`, all matching functions are improved to accept column naming of REDCap data from manual download or API export. Compared to the original `REDCapRITS`, all matching functions are improved to accept column naming of REDCap data from manual download or API export.
## Future ## Future