/rrsrr

Reproducible road safety research with R: a practical user manual

Primary LanguageTeXCreative Commons Zero v1.0 UniversalCC0-1.0

rrsrr

To reproduce the contents of the book, download the source code from GitHub, open the file RStudio project file rrsrr.Rproj and run the following commands:

install.packages("remotes")
remotes::install_github("itsleeds/rrsrr")
install.packages("servr")
bookdown::serve_book()