- R Markdown gallery
- Software Carpentry R Markdown lesson
- Beyond documents
- Write Books: example
- Create websites with blogdown: example
- Presentation: example
- Create dashboards with flexdashboard
- Writing Vignettes for a package: example
- Create a package website: example
- Host your html files with Github Pages
Exercise
- Create a R Markdown report for your class project that includes description and code for each of the import, tidy, transform, visualize and modeling steps; save to the docs folder of your RStudio project and render it into html;
- Select three of your best graphics you created in the Visualization session and create a dashboard for them;
- Commit your report and dashboard and push them to your github repo
- Setup your GitHub Pages for your report and dashboard, add the URL of your Github Pages to the wiki page of datascience2018 repo