• Resources
  • R Package Development
  • Parameterized Rmd Reports
  • Rmd Customizations
  • Interactive Plots
  • Publishing R Markdown Websites with Github Pages
  • Other Cool Things!
  • Jenna Landy
Remodel Your Rmd
  • Home
  • Resources
  • Version 1
  • Version 2
  • Version 3
  • Version 4

Resources

R Package Development

  • Writing an R package from scratch - short blog post on setting up packages
  • R package primer: a minimal tutorial - Writing R packages
  • R Packages - Hadley Wickham’s book for R package development
  • Get started with roxygen2 - documentation tutorial

Parameterized Rmd Reports

  • RStudio - Parmeters
  • R Markdown: The Definitive Guide - Chapter 15.3: Knitting with parameters

Rmd Customizations

  • RStudio - Output Formats
  • RStudio - kable for pretty tables
  • rmdformats - additional Rmd themes
  • prettydoc - Rmd themes
  • R Markdown: The Definitive Guide - Chapter 3.1: HTML document

Interactive Plots

  • ggplotly - convert ggplot2 to plotly
  • plotly - make interactive plots from scratch
  • leaflet - make interactive maps
  • R Graph Gallery: Interactive charts - demonstrations of different interactive plotting packages
  • R Graph Gallery: Animation - demonstration of different animation plotting packages

Publishing R Markdown Websites with Github Pages

  • Making a web site with R Markdown - includes sharing with GitHub pages
  • RStudio - R Markdown Websites
  • R Markdown: The Definitive Guide - Chapter 10: Websites
  • Pimp my Rmd: Share it online

Other Cool Things!

  • flexdashboard