https://github.com/ctsit/rdatil
REDCap data and metadata utilities for R
https://github.com/ctsit/rdatil
deprecated redcap
Last synced: 19 days ago
JSON representation
REDCap data and metadata utilities for R
- Host: GitHub
- URL: https://github.com/ctsit/rdatil
- Owner: ctsit
- License: mit
- Created: 2018-06-28T21:33:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T17:02:52.000Z (over 7 years ago)
- Last Synced: 2025-01-10T14:51:32.944Z (over 1 year ago)
- Topics: deprecated, redcap
- Language: R
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About - ARCHIVED
**This repository has been archived and is no longer actively maintained.**
This project was archived as of October 1, 2025. The project for which it was written is now over. There's no funding to provide further maintenance for other projects. Please don't hesitate to use this code in accordance with the license; however, the authors are unable to offer any additional support.
-----------
**REDCap** data and metadata utilities for R.
# Functions overview
`get_categorical_field_labels`: Generates a dataset with key-value pairs mapping variable names to their corresponding labels.
`standarize_metadata`: Standardizes variable names in the metadata file according to the [SpectrumHealthResearch](https://github.com/SpectrumHealthResearch/REDCapRITS/blob/master/R/R/REDCap_split.r) format.
`get_latest_data_file_names`: Obtains the latest downloaded data and metadata data filenames (in terms of date) from the provided from_directory based on the given pattern, as well as the date provided in their filenames.
`print_table`: Outputs a table with the percentage and count of the given factor input data.