Parameterized report that explores the historical population of horses in Canada between 1906 and 1972 per province.
- R and R packages:
- tidyverse
- knitr
- here
- clone or download this repository
- open RStudio and set this project root as the working directory
- Open
doc/hist_horse_pop.Rmd
and click the "knit" button or run typermarkdown::render("doc/hist_horse_pop.Rmd")
in the R console. - Optionally, select "Knit with Parameters" or
rmarkdown::render("doc/hist_horse_pop.Rmd", params = list(province = <PROVINCE>))
to change the province to focus on for figure 2.