HoustonUseRs / intro-to-R-guide

https://houstonusers.github.io/intro-to-R-guide/
5 stars 4 forks source link

Use bookdown to render this book locally.

Running

bookdown::serve_book()

will nicely rebuild as you update content.

The gh-pages version of this book will update automatically when master branch is updated.

To set up for the workshop:

source('https://raw.githubusercontent.com/HoustonUseRs/intro-to-R-guide/master/scripts/setup.r')

Read about the setup code here and here.