Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 612 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 612 Bytes

This is a course portal developed using bookdown for my Social Network Analysis in Education class at the Univerity of Minnesota. The compiled instance is hosted at https://bookdown.org/chen/snaEd.

Usage

Build book: bookdown::render_book('index.Rmd', 'bookdown::gitbook')

To push an update to Bookdown.org, run bookdown::publish_book(name = "snaEd", account = "chen", render = "local"). Note that you will need to use your own account.

Check this example for detailed usage of bookdown.