REDCap Custodian
REDCap Custodian simplifies data management activities on REDCap systems. It provides a framework for automating data extraction, transformation, and loading work (ETL). It supports ETL work within a REDCap system, between REDCap projects, between REDCap systems, and with the REDCap database. It provides an extensible set of R functions, a Docker image, and an Rstudio Project template upon which a REDCap team can build ETL tasks that serve their REDCap systems and customers.
Releases 1.7.0 - 1.13.0 make these changes:
- Add lookup tables project_status_labels, project_purpose_labels, project_purpose_other_research_labels (@pbchase, #123)
- Add conn parameter to write_summary_metrics() (@pbchase, #122)
- Add copy_entire_table_to_db() (@pbchase, #122)
- Add Quarto support in Dockerfile and render_report.R (@pbchase, #118)
- Add unnest_job_summary_data_json_object() (@pbchase, #111)
- Add project_life_cycle_descriptions (@pbchase, #106)
- Add get_project_life_cycle() (@pbchase, #106)
- Add a pkgdown website at https://ctsit.github.io/redcapcustodian/ (@pbchase, #103)
- Add a log database system for dev work (@pbchase, #110)