a template for creating a website in R Markdown
- Turn on hosting via GitHub Pages
- Settings -> GitHub Pages -> Source -> select “master branch
/docsfolder”
- Settings -> GitHub Pages -> Source -> select “master branch
- View your website at given URL
- Change content as necessary
- Modify existing
.Rmdfiles - Add new files as necessary
- Update
_site.ymlas necessary
- Modify existing
- Render entire site by running:
rmarkdown::render_site("www")- Commit and push changes.
- Make sure to commit changes to both the
.Rmdfiles inwww/and the.htmlfiles indocs/
- Make sure to commit changes to both the