https://github.com/jumpingrivers/nhs-ggplot2
Workshop for the NHS R conference
https://github.com/jumpingrivers/nhs-ggplot2
Last synced: 8 months ago
JSON representation
Workshop for the NHS R conference
- Host: GitHub
- URL: https://github.com/jumpingrivers/nhs-ggplot2
- Owner: jumpingrivers
- Created: 2019-11-01T00:06:40.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-10-29T14:25:47.000Z (over 4 years ago)
- Last Synced: 2025-01-15T23:25:26.463Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 23.7 MB
- Stars: 8
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ggplot2 workshop - NHS conference 2019
* [View the slides](https://jumpingrivers.github.io/nhs-ggplot2/slides.html) in your browser
### Install ggplot2
* Run the `install.packages()` command to install ggplot2
```
install.packages("ggplot2")
```
* Try using the library command to check it installed correctly.
```
library("ggplot2")
```
### Download the files
* Click the green button in the top right which says "Clone or Download"
* Select "Download zip"
* Unzip the folder on your computer
Let's go! :rocket: