Package: REDCapDM 0.9.9
REDCapDM: 'REDCap' Data Management
REDCap Data Management - REDCapDM is an R package that allows users to manage data exported directly from REDCap or using an API connection. This package includes several functions designed for pre-processing data, generating reports of queries such as outliers or missing values, and following up on the identified queries. 'REDCap' (Research Electronic Data CAPture; <https://projectredcap.org>) is a web application developed at Vanderbilt University, designed for creating and managing online surveys and databases and the REDCap API is an interface that allows external applications to connect to REDCap remotely, and is used to programmatically retrieve or modify project data or settings within REDCap, such as importing or exporting data.
Authors:
REDCapDM_0.9.9.tar.gz
REDCapDM_0.9.9.zip(r-4.5)REDCapDM_0.9.9.zip(r-4.4)REDCapDM_0.9.9.zip(r-4.3)
REDCapDM_0.9.9.tgz(r-4.4-any)REDCapDM_0.9.9.tgz(r-4.3-any)
REDCapDM_0.9.9.tar.gz(r-4.5-noble)REDCapDM_0.9.9.tar.gz(r-4.4-noble)
REDCapDM_0.9.9.tgz(r-4.4-emscripten)REDCapDM_0.9.9.tgz(r-4.3-emscripten)
REDCapDM.pdf |REDCapDM.html✨
REDCapDM/json (API)
NEWS
# Install 'REDCapDM' in R: |
install.packages('REDCapDM', repos = c('https://bruigtp.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bruigtp/redcapdm/issues
- covican - Subset of COVICAN's Database
Last updated 4 months agofrom:154a778565. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 12 2024 |
R-4.5-win | NOTE | Oct 12 2024 |
R-4.5-linux | NOTE | Oct 12 2024 |
R-4.4-win | NOTE | Oct 12 2024 |
R-4.4-mac | NOTE | Oct 12 2024 |
R-4.3-win | NOTE | Oct 12 2024 |
R-4.3-mac | NOTE | Oct 12 2024 |
Exports:%>%check_queriesrd_eventrd_exportrd_insert_nard_queryrd_rlogicrd_transformredcap_data
Dependencies:askpassbackportsbitbit64checkmateclicliprcpp11crayoncurldplyrfansiforcatsgenericsgluehavenhmshttrjanitorjsonlitelabelledlifecyclelubridatemagrittrmimeopensslopenxlsxpillarpkgconfigprettyunitsprogresspurrrR6RcppreadrREDCapRrlangsnakecasestringistringrsystibbletidyrtidyselecttimechangetzdbutf8vctrsvroomwithrzip
REDCapDM
Rendered fromREDCapDM.Rmd
usingknitr::rmarkdown
on Oct 12 2024.Last update: 2024-04-17
Started: 2024-04-17
REDCapDM - Data reading and processing
Rendered fromData-reading-and-processing.Rmd
usingknitr::rmarkdown
on Oct 12 2024.Last update: 2024-04-17
Started: 2024-04-17
REDCapDM - Queries
Rendered fromQueries.Rmd
usingknitr::rmarkdown
on Oct 12 2024.Last update: 2024-04-17
Started: 2024-04-17
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Check for Changes Between Two Query Reports | check_queries |
Change Checkboxes Names to Option Names | checkbox_names |
Subset of COVICAN's Database | covican |
Fill Rows with Values from One Event | fill_data |
Identification of Missing Event(s) | rd_event |
Exporting Query Dataset | rd_export |
Insert Missing Values Using a Filter | rd_insert_na |
Identification of Queries | rd_query |
Translate REDCap Logic to R Logic | rd_rlogic |
Transformation of the Raw Data | rd_transform |
Recalculate REDCap Calculated Fields | recalculate |
Read REDCap data | redcap_data |
Creation of a Data Frame with Variables from All Forms of a Specified Event | split_event |
Creation of a Data Frame with Variables from a Specified Form | split_form |
Convert Variables to Factors | to_factor |
Transformation of Checkboxes with Branching Logic | transform_checkboxes |