Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 326 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 326 Bytes

Reproducible road safety research with R: a practical introduction

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

install.packages("remotes")
remotes::install_local()
install.packages("servr")
bookdown::serve_book()