https://github.com/dicook/mdag_2022
Materials for a workshop at SAS 2022
https://github.com/dicook/mdag_2022
Last synced: 5 months ago
JSON representation
Materials for a workshop at SAS 2022
- Host: GitHub
- URL: https://github.com/dicook/mdag_2022
- Owner: dicook
- License: cc0-1.0
- Created: 2022-11-27T07:18:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T10:32:31.000Z (over 3 years ago)
- Last Synced: 2025-04-08T16:54:02.680Z (about 1 year ago)
- Language: HTML
- Homepage: https://dicook.github.io/MDAG_2022/
- Size: 98.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MDAG Workshop 2022
Materials for MDAG Workshop, Nov 28, 2022, George South Africa.
Presenter: Di Cook
Website: [https://dicook.github.io/MDAG_2022/](https://dicook.github.io/MDAG_2022/)
Grab the code files and RStudio project so that you can better work along with me, from this [zip file](https://dicook.github.io/MDAG_2022/MDAG.zip)
Follow along with the slides [here](https://dicook.github.io/MDAG_2022/slides1.html)
Package installs to get started are:
```
install.packages(c("tourr",
"geozoo",
"spinifex",
"liminal",
"tidyverse",
"palmerpenguins",
"RColorBrewer"))
```