Making Flash Cards

| July 7, 2022

Today I wanted to try out the flashr package for making flash cards (i.e. see if this is something I want to pursue further).

Someone (I am assuming his name is Jeffrey Stevens) over in the R4DS Slack channel mentioned a blog post using the flashr package.

#devtools::install_github("JeffreyRStevens/flashr")
library(flashr)

From one of my 30 Day Map Challenge adventures, I had a data frame about availability of therapy in the United States. Today, I am going to make myself a quiz on states and their abbreviations.