Skip to content

A utilities and general helper R package with various functions

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
MIT-LICENSE
Notifications You must be signed in to change notification settings

Birmingham-and-Solihull-ICS/BSOLutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSOLutils

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)

Please also consider the following:

  • Linting your code. This is a formatting process that follows a rule set. We broadly encourage the tidyverse standard, and recommend the lintr package.
  • Comment your code to make sure others can follow.
  • Consider your naming conventions: we recommend snake case where 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.

About

A utilities and general helper R package with various functions

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
MIT-LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages