From 639990ceddc8c1122cf800218cd47eb8701b6ba3 Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo <43278243+agdamsbo@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:01:23 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 27a3bcb..c014dd7 100644 --- a/README.md +++ b/README.md @@ -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/). +* `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. ## Future