diff --git a/articles/Introduction.html b/articles/Introduction.html index 810c07e..a85f136 100644 --- a/articles/Introduction.html +++ b/articles/Introduction.html @@ -100,23 +100,23 @@ demonstration of the functions.
redcapcast_data |> gt::gt()
redcapcast_meta |> gt::gt()
redcap_wider()
: joins and pivots a list of data frames with repeated instruments to a wide format utilizing the tidyr::pivot_wider()
from the tidyverse.
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.
ds2dd_detailed()
: Converts a data set to a data dictionary for upload to a new REDCap database. Variables (fields) and instruments in a REDCap data base are defined by this data dictionary.
shiny_cast()
: Shiny application to ease the process of converting a spreadsheet/data set to a REDCap database. The app runs locally and data is transferred securely. You can just create and upload the data dictionary, but you can also transfer the given data in the same process.
shiny_cast()
: Shiny application to ease the process of converting a spreadsheet/data set to a REDCap database. The app runs locally and data is transferred securely. You can just create and upload the data dictionary, but you can also transfer the given data in the same process. The app is hosted on shinyapps.io while I work on a shinylive implementation.
CRAN release: 2024-02-28
Fix: ds2dd()
: uses correct default dd column names. Will be deprecated.