Building the Book

To build the book from RStudio, open the project file:

data_management.Rproj

Then use the Build Book option in the Build pane.

You can also render the book from the R console:

bookdown::render_book("index.Rmd")