From 173443eb9c4cf012d60d1a15290497e0e8f96ffa Mon Sep 17 00:00:00 2001 From: Will Beasley Date: Fri, 4 Oct 2024 10:16:37 -0500 Subject: [PATCH] 2nd layer of REDCap packages Hopefully this reads a little better as the list grows ref #534 --- WebTechnologies.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebTechnologies.md b/WebTechnologies.md index 585e6d1..3d3bc39 100644 --- a/WebTechnologies.md +++ b/WebTechnologies.md @@ -472,12 +472,12 @@ The following packages provide an interface to its associated service, unless no - *REDCap*: - `r pkg("REDCapR")` and `r pkg("redcapAPI")` export and import data from a REDCap, a web application for building and managing online surveys and research databases. - - `r pkg("REDCapTidieR")`, + - Another layer of packages provide additional extensions that to streamline many common operations, including + `r pkg("REDCapTidieR")`, `r pkg("tidyREDCap")`, `r pkg("ReviewR")`, `r pkg("REDCapCAST")`, and - `r pkg("REDCapDM")` - provide additional extensions that to streamline many common operations. + `r pkg("REDCapDM")`. - *Qualtrics*: `r pkg("qualtRics")` provide functions to interact with Qualtrics, an online survey and data collection software platform.