Skip to content

Files

Latest commit

2851307 · Dec 14, 2021

History

History
18 lines (12 loc) · 1.24 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.24 KB

registryr

This package is primarily designed as an internal R package for the Clinical Outcomes Data Reporting and Research Program (CORRP) data analysts at Monash.

registryr contains numerous templates and functions to make the R analysis at CORRP easier and more efficient!

This package includes several functions that helps with the analysis of Clinical Registry Data, therefore, it may be also beneficial for the biostatisticans/analysts outside of CORRP.

This package also includes an RProject Templates that automatically setup folder structures, ReadMe, and .git according to the preferred workflow at CORRP.

devtools::install_github('farhadsalimi/registryr')

There is a CORRP project template (requires RStudio version 1.1) that sets up the project folder using the CORRP template with ReadMe files in each folder and an option to set up a git repository. You can also save project metadata. This part of the package has been heavilly inspired by https://github.com/ledbettc/CIDAtools

Please feel free to file an issue request if you encounter errors or would like to request new features.