R Markdown
An introduction to R-Markdown
What is this?
Slides giving an introduction to R-Markdown
- Link to slides: https://apreshill.github.io/rmd4cdc/#1
Extending R Markdown
By Meghan Hall
Added Sat Dec, 11, 2021
What is it?
Excerpt from site: “R Markdown is a powerful yet underutilized tool for a powerful yet underutilized component of data science—communicating your work. R Markdown works seamlessly with other analytic work in R and knowing the basics allows you to extend that knowledge into producing PDFs, slides, websites, and more”.
- Link to blog here: https://meghan.rbind.io/talk/rstudio/
- Link to slides here: https://meghan.rbind.io/slides/RStudio/Hall_RStudio_2021.html#1
- Link to video here: https://community.rstudio.com/t/recording-of-r-in-sports-analytics-rstudio-enterprise-community-meetup/107551
- Link to Github repo and code: https://github.com/meghall06/personal-website/blob/master/static/slides/RStudio/Hall_RStudio_2021.Rmd
grateful: Facilitate citation of R packages 💯
By Francisco Rodriguez-Sanchez & Connor P. Jackson
Added Mon Apr 24th, 2023
What is it?
Excerpt from package: The goal of grateful is to make it very easy to cite R and the R packages used in any analyses, so that package authors receive their deserved credit. By calling a single function, grateful will scan the project for R packages used and generate a BibTeX file containing all citations for those packages.
grateful can then generate a new document with citations in the desired output format (Word, PDF, HTML, Markdown). These references can be formatted for a specific journal, so that we can just paste them directly into our manuscript or report.
- Link to package: https://pakillo.github.io/grateful/
How I Teach R Markdown 💯
By Alison Hill
What is it?
Excerpt from blog: So without further ado, here are some of my guiding principles when introducing R Markdown to beginners, for those who are ready to go beyond casual knitter:
Meta RMarkdown - Taxonomy and Use cases
By Thomas Mock
What is this?
Excerpt from blog: A meta collection of all things R Markdown. This post will focus on 4 core strategies of why R Markdown is SO useful and absolutely worth learning with links to external tactics/guides/write-ups of how to accomplish the various tasks.
- Link to blog here: https://themockup.blog/posts/2020-07-25-meta-rmarkdown/
- Link to slides here: https://docs.google.com/presentation/d/e/2PACX-1vRo1eXJtiwo6aTA8KZ2E-bUbv2GOonC2RIVk_5eWQ5y-ADXbRamBhHaa3w1vMW6BkEPOMJ13ZahSo8Q/embed?start=false&loop=true&delayms=30000&slide=id.p
- Link to slides in pdf here: https://github.com/jthomasmock/radix_themockup/blob/master/_posts/2020-07-25-meta-rmarkdown/rmd-slides.pdf
R Markdown Cookbook💯 💯
By Yihui Xie, Christophe Dervieux, Emily Riederer
What is this?
Excerpt from ebook: This book aims to draw together popular posts from Stack Overflow and other online resources (such as blog posts or tutorials) to provide up-to-date solutions for everyday queries that users commonly make. In fact, to help us make decisions on the potential topics to cover in this book, the second author of this book, Christophe, has built an R Markdown dashboard to scrape Stack Overflow daily for the most popular posts. Hopefully, our cookbook can become more useful by including recipes from these popular posts.
- Link to ebook here: https://bookdown.org/yihui/rmarkdown-cookbook/
R Markdown: The Definitive Guide💯 💯
By Yihui Xie, J. J. Allaire, & Garrett Grolemund
What is this?
Excerpt from ebook: Note that this book is intended to be a guide instead of the comprehensive documentation of all topics related to R Markdown. Some chapters are only overviews, and you may need to consult the full documentation elsewhere (often freely available online)
- Link to ebook here: https://bookdown.org/yihui/rmarkdown/#
R-Markdown Table generator
What is this?
Table generator to add to R-Markdown
- Link to web-tool here: https://www.tablesgenerator.com/markdown_tables
R Markdown for Scientists
What is this?
Excerpt from site: This is a book on rmarkdown, aimed for scientists. It was initially developed as a 3 hour workshop, but is now developed into a resource that will grow and change over time as a living book.
- Link to web-book here: https://rmd4sci.njtierney.com/
Writing Reproducible Research Papers with R Markdown
By Resul Umit
Added Sun June 6th, 2021
What is this?
Excerpt from site: Workshop about Writing Reproducible Research Papers with R Markdown. Two days, on how to write reproducible research papers with R Markdown on November 2020.
200+ slides, 40+ exercises, and time for converting a real project 1. Link to slides: https://resulumit.com/teaching/rmd_workshop#1