Blogging with Quarto 📓
Learn to work with Quarto, to write prose and analise data at the same time. Create and update a blog using Quarto and then publish it online using Netlify
More fiction is written in Excel than in Word. Learn how to do better.
Tidy messy data with the tidyverse2 and turn it into plots people remember with ggplot2, plotly and ggiraph.
Build maps with sf and leaflet, animate anything with gganimate, and publish apps and entire websites with shiny and Quarto.
Call LLMs from code with ellmer, turn prose into tidy data, and build apps that answer questions about your data in plain language.
All progress is piecemeal, so the workshop is in a permanent state of improvement –check back for updates, new material and corrections.
Download the Posit cheat sheets –one page per package, all killer no filler
Thanks to Zélie, Rebecca, Rossana, Romane, Emma, Shivona, Maëlle and others who tested, often with their patience, earlier versions of this workshop.↩︎
The tidyverse is a collection of R packages designed for data science. All packages share an underlying design philosophy, grammar, and data structures. Install the complete tidyverse with: install.packages("tidyverse"). If you prefer base R code, suit yourself but I do not recommend it.↩︎