Skip to contents
library(USAPresidentialDebates)
#> Loading required package: dplyr
#> 
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#> 
#>     filter, lag
#> The following objects are masked from 'package:base':
#> 
#>     intersect, setdiff, setequal, union
#> Loading required package: magrittr
#> Loading required package: tidyverse
#> ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
#>  forcats   1.0.0      readr     2.1.4
#>  ggplot2   3.4.4      stringr   1.5.1
#>  lubridate 1.9.3      tibble    3.2.1
#>  purrr     1.0.2      tidyr     1.3.0
#> ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
#>  tidyr::extract()   masks magrittr::extract()
#>  dplyr::filter()    masks stats::filter()
#>  dplyr::lag()       masks stats::lag()
#>  purrr::set_names() masks magrittr::set_names()
#>  Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors