WebDev4R: Shiny Explained
A technical tutorial explaining core R Shiny concepts like reactivity, UI components, and modules with code examples.
A technical tutorial explaining core R Shiny concepts like reactivity, UI components, and modules with code examples.
A tutorial on using the R package {blastula} to create and send automated emails with dynamic content and HTML formatting.
A comparison of the native Base R pipe (|>) and the {magrittr} pipe (%>%), covering their syntax, strictness, and use cases for data analysis.
A technical tutorial on creating interactive data tables by web-scraping with R's rvest package and styling with reactable.
A tutorial on creating interactive, production-grade tables in R using the reactable and reactablefmtr packages.
A tutorial on the six most fundamental R functions for data cleaning, using the tidyverse and palmerpenguins dataset.
Explains a crucial flaw in using boxplots for data visualization and suggests better alternatives.