This blog post provides an in-depth tutorial on using dplyr to recode and rename multiple columns across several datasets according to a data dictionary.
This blog post provides an instructive guide to web scraping in R, starting with basic techniques and advancing to complex tasks. It covers scraping static and dynamic websites, string manipulation and recursive functions.
This blog post reviews the original Many Models Approach, updates it using the current tidyverse syntax, and expands upon the original approach by introducing new building blocks and helper functions.
This blog post showcases the three main features of the new {hugodownplus} package: a table of content, expandable HTML boxes, and a session info box.
This blog post shows how to order rows in a dataframe using four different approaches: base R, data.table, dplyr, and python's pandas.
This blog post shows how to partially rename columns with a lookup table using four different approaches: base R, data.table, dplyr, and pandas.