Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 491 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 491 Bytes

NHSBSA R package

Helper package for common NHSBSA R actions:

  • Colour / theme static ({ggplot2}) and interactive ({highcharter}) charts to suit NHS and NHSBSA guidelines

  • Connect to DBs

  • Create reports or presentation slides that follow NHSBSA guidelines (upcoming)

If you do not have the devtools package installed, you will have to run the first line in the code below as well.

# install.packages("devtools")
devtools::install_github("nhsbsa-data-analytics/nhsbsaR")