This repository contains an R package with various helper functions for things like confidence intervals, measures of dispersion, standardisation and other functions.
Install from GitHub as:
# install.packages("remotes")
remotes::install_github("https://github.com/Birmingham-and-Solihull-ICS/BSOLutils", build_vignettes = TRUE)- Linting your code. This is a formatting process that follows a rule
set. We broadly encourage the tidyverse standard, and recommend the
lintrpackage. - Comment your code to make sure others can follow.
- Consider your naming conventions: we recommend
snake casewhere spaces are replaced by underscores and no capitals are use. E.g.outpatient_referral_data
This repository is dual licensed under the Open Government v3 & MIT. All code and outputs are subject to Crown Copyright.