An open API service indexing awesome lists of open source software.

https://github.com/nhsbsa-data-analytics/nhsbsaR

Helper package for common NHSBSA R actions.
https://github.com/nhsbsa-data-analytics/nhsbsaR

Last synced: 5 months ago
JSON representation

Helper package for common NHSBSA R actions.

Awesome Lists containing this project

README

        

# NHSBSA R package

Helper package for common NHSBSA R actions. This R package has been developed by the NHS Business Services Authority Data Science team.

* 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")
```