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

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

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