https://github.com/robinl/blog
https://github.com/robinl/blog
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robinl/blog
- Owner: RobinL
- License: unlicense
- Created: 2016-11-26T12:01:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T20:20:33.000Z (over 9 years ago)
- Last Synced: 2025-08-12T17:45:18.848Z (10 months ago)
- Language: HTML
- Size: 271 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a minimal bookdown example. Although you see a few files here, only `index.Rmd` is required. All other files are optional, but `bookdown-minimal.Rproj` can make it much easier to build the book.
The key is the `site` setting in `index.Rmd`. If you want to build the book in RStudio, just click the `Build Book` button in the `Build` pane, otherwise call the function in R:
```r
bookdown::render_book('index.Rmd', 'all')
```