├── .Rprofile ├── .gitignore ├── 99-resources.Rmd ├── LICENSE ├── eda-course.Rproj ├── index.html ├── outline.md ├── proposals ├── eda-worksho.md ├── proposal-om.Rmd └── proposal-om.md ├── readme.Rmd ├── readme.md ├── renv.lock ├── renv ├── .gitignore ├── activate.R └── settings.dcf ├── renv_force.R └── slides ├── 00-intro.Rmd ├── 00-intro.html ├── 01-meet-r.Rmd ├── 01-meet-r.html ├── 01-meet-r_files └── figure-html │ ├── unnamed-chunk-3-1.svg │ ├── unnamed-chunk-49-1.svg │ └── unnamed-chunk-52-1.svg ├── 02-intro-to-tidyverse.Rmd ├── 02-intro-to-tidyverse.html ├── 03-intro-to-the-tidyverse.Rmd ├── 03-intro-to-the-tidyverse.html ├── 03-intro-to-the-tidyverse_files └── figure-html │ ├── output_squirrel-beeswarm_10-1.png │ ├── output_squirrel-beeswarm_10-1.svg │ ├── output_squirrel-beeswarm_11-1.svg │ ├── output_squirrel-beeswarm_12-1.svg │ ├── output_squirrel-beeswarm_14-1.png │ ├── output_squirrel-beeswarm_14-1.svg │ ├── output_squirrel-beeswarm_17-1.svg │ ├── output_squirrel-beeswarm_5-1.png │ ├── output_squirrel-beeswarm_5-1.svg │ ├── output_squirrel-beeswarm_6-1.png │ ├── output_squirrel-beeswarm_6-1.svg │ ├── output_squirrel-beeswarm_7-1.png │ ├── output_squirrel-beeswarm_7-1.svg │ ├── output_squirrel-beeswarm_8-1.png │ ├── output_squirrel-beeswarm_8-1.svg │ ├── output_squirrel-beeswarm_9-1.png │ ├── output_squirrel-beeswarm_9-1.svg │ ├── output_squirrel-height-boxplot_10-1.svg │ ├── output_squirrel-height-boxplot_11-1.svg │ ├── output_squirrel-height-boxplot_12-1.svg │ ├── output_squirrel-height-boxplot_13-1.svg │ ├── output_squirrel-height-boxplot_14-1.svg │ ├── output_squirrel-height-boxplot_4-1.png │ ├── output_squirrel-height-boxplot_4-1.svg │ ├── output_squirrel-height-boxplot_5-1.png │ ├── output_squirrel-height-boxplot_5-1.svg │ ├── output_squirrel-height-boxplot_6-1.png │ ├── output_squirrel-height-boxplot_6-1.svg │ ├── output_squirrel-height-boxplot_7-1.png │ ├── output_squirrel-height-boxplot_7-1.svg │ ├── output_squirrel-height-boxplot_8-1.png │ ├── output_squirrel-height-boxplot_8-1.svg │ ├── output_squirrel-height-boxplot_9-1.png │ ├── output_squirrel-height-boxplot_9-1.svg │ ├── output_squirrel-histogram_10-1.svg │ ├── output_squirrel-histogram_11-1.svg │ ├── output_squirrel-histogram_12-1.svg │ ├── output_squirrel-histogram_16-1.png │ ├── output_squirrel-histogram_16-1.svg │ ├── output_squirrel-histogram_17-1.png │ ├── output_squirrel-histogram_17-1.svg │ ├── output_squirrel-histogram_19-1.svg │ ├── output_squirrel-histogram_20-1.svg │ ├── output_squirrel-histogram_21-1.svg │ ├── output_squirrel-histogram_4-1.png │ ├── output_squirrel-histogram_4-1.svg │ ├── output_squirrel-histogram_6-1.png │ ├── output_squirrel-histogram_6-1.svg │ ├── output_squirrel-histogram_7-1.png │ ├── output_squirrel-histogram_7-1.svg │ ├── output_squirrel-histogram_8-1.png │ ├── output_squirrel-histogram_8-1.svg │ ├── output_squirrel-histogram_9-1.svg │ ├── output_squirrels-geo_10-1.svg │ ├── output_squirrels-geo_11-1.svg │ ├── output_squirrels-geo_12-1.svg │ ├── output_squirrels-geo_3-1.svg │ ├── output_squirrels-geo_4-1.svg │ ├── output_squirrels-geo_7-1.svg │ ├── output_squirrels-geo_8-1.svg │ ├── output_squirrels-geo_9-1.svg │ └── squirrels-geo-1.svg ├── 04-intro-to-tidyverse.Rmd ├── 04-intro-to-tidyverse.html ├── 05-intro-to-the-tidyverse.Rmd ├── 05-intro-to-the-tidyverse.html ├── 05-intro-to-the-tidyverse_files └── figure-html │ ├── output_count_na_4-1.svg │ ├── output_count_na_5-1.svg │ ├── output_count_na_6-1.svg │ ├── output_count_na_9-1.svg │ ├── output_count_na_exp_3-1.svg │ ├── output_count_na_exp_4-1.svg │ ├── output_count_na_exp_5-1.svg │ ├── output_count_na_exp_8-1.svg │ ├── unnamed-chunk-14-1.svg │ ├── unnamed-chunk-15-1.png │ └── unnamed-chunk-19-1.png ├── 06-your-turn.Rmd ├── 06-your-turn.html ├── 10-practical.Rmd ├── css └── remark.css ├── img ├── SVG │ ├── broom.svg │ ├── dplyr.svg │ ├── forcats.svg │ ├── ggplot2.svg │ ├── lubridate.svg │ ├── magrittr.svg │ ├── purrr.svg │ ├── readr.svg │ ├── readxl.svg │ ├── stringr.svg │ ├── tibble.svg │ ├── tidyr.svg │ └── tidyverse.svg ├── grammar-of-graphics.png ├── janitor.png ├── milano.svg ├── portrait.jpg ├── readr.svg └── squirrel-svgrepo-com.svg ├── libs-reveal └── xaringan_reveal_parentheses_balanced.R └── quotes.md /.Rprofile: -------------------------------------------------------------------------------- 1 | source("renv/activate.R") 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/.gitignore -------------------------------------------------------------------------------- /99-resources.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/99-resources.Rmd -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/LICENSE -------------------------------------------------------------------------------- /eda-course.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/eda-course.Rproj -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/index.html -------------------------------------------------------------------------------- /outline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/outline.md -------------------------------------------------------------------------------- /proposals/eda-worksho.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/proposals/eda-worksho.md -------------------------------------------------------------------------------- /proposals/proposal-om.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/proposals/proposal-om.Rmd -------------------------------------------------------------------------------- /proposals/proposal-om.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/proposals/proposal-om.md -------------------------------------------------------------------------------- /readme.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/readme.Rmd -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/readme.md -------------------------------------------------------------------------------- /renv.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/renv.lock -------------------------------------------------------------------------------- /renv/.gitignore: -------------------------------------------------------------------------------- 1 | library/ 2 | python/ 3 | staging/ 4 | -------------------------------------------------------------------------------- /renv/activate.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/renv/activate.R -------------------------------------------------------------------------------- /renv/settings.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/renv/settings.dcf -------------------------------------------------------------------------------- /renv_force.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/renv_force.R -------------------------------------------------------------------------------- /slides/00-intro.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/00-intro.Rmd -------------------------------------------------------------------------------- /slides/00-intro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/00-intro.html -------------------------------------------------------------------------------- /slides/01-meet-r.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/01-meet-r.Rmd -------------------------------------------------------------------------------- /slides/01-meet-r.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/01-meet-r.html -------------------------------------------------------------------------------- /slides/01-meet-r_files/figure-html/unnamed-chunk-3-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/01-meet-r_files/figure-html/unnamed-chunk-3-1.svg -------------------------------------------------------------------------------- /slides/01-meet-r_files/figure-html/unnamed-chunk-49-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/01-meet-r_files/figure-html/unnamed-chunk-49-1.svg -------------------------------------------------------------------------------- /slides/01-meet-r_files/figure-html/unnamed-chunk-52-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/01-meet-r_files/figure-html/unnamed-chunk-52-1.svg -------------------------------------------------------------------------------- /slides/02-intro-to-tidyverse.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/02-intro-to-tidyverse.Rmd -------------------------------------------------------------------------------- /slides/02-intro-to-tidyverse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/02-intro-to-tidyverse.html -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse.Rmd -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse.html -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_10-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_10-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_10-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_10-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_11-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_11-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_12-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_12-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_14-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_14-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_14-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_14-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_17-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_17-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_5-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_5-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_5-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_6-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_6-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_6-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_7-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_7-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_7-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_8-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_8-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_8-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_9-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_9-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_9-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-beeswarm_9-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_10-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_10-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_11-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_11-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_12-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_12-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_13-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_13-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_14-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_14-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_4-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_4-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_4-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_5-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_5-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_5-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_6-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_6-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_6-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_7-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_7-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_7-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_8-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_8-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_8-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_9-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_9-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_9-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-height-boxplot_9-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_10-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_10-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_11-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_11-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_12-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_12-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_16-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_16-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_16-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_16-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_17-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_17-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_17-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_17-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_19-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_19-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_20-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_20-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_21-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_21-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_4-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_4-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_4-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_6-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_6-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_6-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_7-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_7-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_7-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_8-1.png -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_8-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_8-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_9-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrel-histogram_9-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_10-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_10-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_11-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_11-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_12-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_12-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_3-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_3-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_4-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_4-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_7-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_7-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_8-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_8-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_9-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/output_squirrels-geo_9-1.svg -------------------------------------------------------------------------------- /slides/03-intro-to-the-tidyverse_files/figure-html/squirrels-geo-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/03-intro-to-the-tidyverse_files/figure-html/squirrels-geo-1.svg -------------------------------------------------------------------------------- /slides/04-intro-to-tidyverse.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/04-intro-to-tidyverse.Rmd -------------------------------------------------------------------------------- /slides/04-intro-to-tidyverse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/04-intro-to-tidyverse.html -------------------------------------------------------------------------------- /slides/05-intro-to-the-tidyverse.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/05-intro-to-the-tidyverse.Rmd -------------------------------------------------------------------------------- /slides/05-intro-to-the-tidyverse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/05-intro-to-the-tidyverse.html -------------------------------------------------------------------------------- /slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_4-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_4-1.svg -------------------------------------------------------------------------------- /slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_5-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_5-1.svg -------------------------------------------------------------------------------- /slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_6-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_6-1.svg -------------------------------------------------------------------------------- /slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_9-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_9-1.svg -------------------------------------------------------------------------------- /slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_exp_3-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_exp_3-1.svg -------------------------------------------------------------------------------- /slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_exp_4-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_exp_4-1.svg -------------------------------------------------------------------------------- /slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_exp_5-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_exp_5-1.svg -------------------------------------------------------------------------------- /slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_exp_8-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/05-intro-to-the-tidyverse_files/figure-html/output_count_na_exp_8-1.svg -------------------------------------------------------------------------------- /slides/05-intro-to-the-tidyverse_files/figure-html/unnamed-chunk-14-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/05-intro-to-the-tidyverse_files/figure-html/unnamed-chunk-14-1.svg -------------------------------------------------------------------------------- /slides/05-intro-to-the-tidyverse_files/figure-html/unnamed-chunk-15-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/05-intro-to-the-tidyverse_files/figure-html/unnamed-chunk-15-1.png -------------------------------------------------------------------------------- /slides/05-intro-to-the-tidyverse_files/figure-html/unnamed-chunk-19-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/05-intro-to-the-tidyverse_files/figure-html/unnamed-chunk-19-1.png -------------------------------------------------------------------------------- /slides/06-your-turn.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/06-your-turn.Rmd -------------------------------------------------------------------------------- /slides/06-your-turn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/06-your-turn.html -------------------------------------------------------------------------------- /slides/10-practical.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/10-practical.Rmd -------------------------------------------------------------------------------- /slides/css/remark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/css/remark.css -------------------------------------------------------------------------------- /slides/img/SVG/broom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/SVG/broom.svg -------------------------------------------------------------------------------- /slides/img/SVG/dplyr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/SVG/dplyr.svg -------------------------------------------------------------------------------- /slides/img/SVG/forcats.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/SVG/forcats.svg -------------------------------------------------------------------------------- /slides/img/SVG/ggplot2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/SVG/ggplot2.svg -------------------------------------------------------------------------------- /slides/img/SVG/lubridate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/SVG/lubridate.svg -------------------------------------------------------------------------------- /slides/img/SVG/magrittr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/SVG/magrittr.svg -------------------------------------------------------------------------------- /slides/img/SVG/purrr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/SVG/purrr.svg -------------------------------------------------------------------------------- /slides/img/SVG/readr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/SVG/readr.svg -------------------------------------------------------------------------------- /slides/img/SVG/readxl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/SVG/readxl.svg -------------------------------------------------------------------------------- /slides/img/SVG/stringr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/SVG/stringr.svg -------------------------------------------------------------------------------- /slides/img/SVG/tibble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/SVG/tibble.svg -------------------------------------------------------------------------------- /slides/img/SVG/tidyr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/SVG/tidyr.svg -------------------------------------------------------------------------------- /slides/img/SVG/tidyverse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/SVG/tidyverse.svg -------------------------------------------------------------------------------- /slides/img/grammar-of-graphics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/grammar-of-graphics.png -------------------------------------------------------------------------------- /slides/img/janitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/janitor.png -------------------------------------------------------------------------------- /slides/img/milano.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/milano.svg -------------------------------------------------------------------------------- /slides/img/portrait.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/portrait.jpg -------------------------------------------------------------------------------- /slides/img/readr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/readr.svg -------------------------------------------------------------------------------- /slides/img/squirrel-svgrepo-com.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/img/squirrel-svgrepo-com.svg -------------------------------------------------------------------------------- /slides/libs-reveal/xaringan_reveal_parentheses_balanced.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/libs-reveal/xaringan_reveal_parentheses_balanced.R -------------------------------------------------------------------------------- /slides/quotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/othomantegazza/eda-class/HEAD/slides/quotes.md --------------------------------------------------------------------------------