Example Research Papers

Syntax Guides

Tutorials

Reference

Formatting Tips

Writing Papers

  • “thesisdown”
    • R package that extends R Markdown for thesis-specific formatting. Also see Kristen Sauby’s template for UF theses
  • “Bookdown”
    • R package that extends R Markdown for book-length outputs, and better figure/table/reference functionality.
  • “pkgdown”
    • R package that extends R Markdown for generating documentation websites for R packages (and what this website was created in)
  • “blogdown”
    • R package that extends R Markdown for generating personal websites (this guide from Yihui Xie, Amber Thomas, and Alison Presmanes Hill is my recommendation for where to start)
  • “Distill for R Markdown”
    • R package for publishing scientific and technical writing to the web (without additional software dependencies), from RStudio folks.
  • “Presentation Ninja with xaringan”
    • Slides from Yihui Xie on the xaringan package, for slides rendered using remark.js.