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.
- Host: GitHub
- URL: https://github.com/nhsbsa-data-analytics/nhsbsaR
- Owner: nhsbsa-data-analytics
- License: apache-2.0
- Created: 2021-09-24T12:48:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T12:59:40.000Z (5 months ago)
- Last Synced: 2024-11-29T13:27:06.236Z (5 months ago)
- Language: R
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - nhsbsa-data-analytics/nhsbsaR - Helper package for common NHSBSA R actions. (R)
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")
```