Rmarkdown Articles
Guide to generating and rendering computational markdown content programmatically with Quarto
A technical guide on using Quarto and R to programmatically generate and render markdown content for election results websites.
Displaying verbatim code chunks in RMarkdown and Xaringan presentations
A guide to displaying literal RMarkdown code chunks verbatim in xaringan presentations using knitr options and cat().
Retrieve all `fig.alt` in a single appendix
A guide on using knitr and R Markdown to automatically collect and display all figure alt text (fig.alt) in an appendix.
Including and meta tagging extra content in a distill blog
A technical guide on how to include and organize non-blogpost content like slides and reports within a Distill blog built with RMarkdown.
xaringan Playground: Using xaringan to learn web development
Using the xaringan R package to learn web development and CSS through creating presentation slides as small web design projects.
Announcement: Register by Friday for Free R Training Sessions
Blog author offers free 45-minute one-on-one R training sessions to 10 people, focusing on data analysis, visualization, and package development.
namer, Automatic Labelling of R Markdown Chunks
Introduces the 'namer' R package for automatically labeling unnamed R Markdown chunks to improve debugging and cache management.
How to Write Pelican Blog Posts using RMarkdown & Knitr, 2.0
A guide to integrating RMarkdown with the Pelican static site generator using a custom R script to avoid plugin conflicts.
How to Write Pelican Blog Posts using RMarkdown & Knitr
A guide to configuring a Pelican blog to publish posts directly from RMarkdown files using the rmd_reader plugin and knitr.