Package website: https://ppbds.github.io/misc.tutorials/
About this package
misc.tutorials is a collection of interactive tutorials covering R for Data Science essentials and US Census data analysis. Makes extensive use of the tools in the tutorial.helpers package.
Installation
Install the development version from GitHub with:
remotes::install_github("PPBDS/misc.tutorials")Tutorials
The recommended way to launch the tutorials is with the R Tutorials extension for VS Code, which lists every installed tutorial and lets you start one with a click.
As a backup, you can launch a tutorial from the R console with learnr::run_tutorial(), providing the short name of the tutorial and the package name.
R for Data Science
These tutorials cover material from R for Data Science (2e) (R4DS) by Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund. There are five related tutorials in the package: r4ds-1, r4ds-2, r4ds-3, r4ds-4, and r4ds-5. Different tutorials cover different chapters from the book as follows.
Analyzing US Census Data
We have one tutorial, census, covering material from Analyzing US Census Data: Methods, Maps, and Models in R by Kyle Walker.