Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 471 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 471 Bytes

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()