data-raw/senaterace10-dataprep.R

# Load previous version of openintro package containing previous version of data frame.
# I took the last commit on 2020-06-23:
# remotes::install_github("https://github.com/OpenIntroStat/openintro@d2bac268faf3ec566deb79baf106f274c6de38a2", force = TRUE)
library(openintro)
library(usethis)

# Add to package
use_data(senaterace10, overwrite = TRUE)
OpenIntroStat/usdata documentation built on June 3, 2024, 3:46 p.m.