rcp_update.Rd
This function returns the latest polls from Real Clear Politics
rcp_update(type = "state_president")
type | one of "national_president", "state_president", "state_of_the_union". Deafults to "state_president"; senate, governor tables are not optimally tidy. |
---|
a table of poll links, with results for each candidate
rcp_update()#> Warning: Unknown columns: `MoE`#> Warning: Unknown columns: `MoE`#> # A tibble: 190 x 14 #> date rcp_poll_page_l… state race poll_link pollster Poll Date_Start #> <date> <chr> <chr> <chr> <chr> <chr> <chr> <date> #> 1 2020-10-18 /epolls/2020/pr… Wisc… Trum… https://… CBS New… CBS … 2020-10-13 #> 2 2020-10-18 /epolls/2020/pr… Ariz… Trum… https://… CBS New… CBS … 2020-10-13 #> 3 2020-10-17 /epolls/2020/pr… Miss… Trum… https://… Missour… Miss… 2020-10-14 #> 4 2020-10-16 /epolls/2020/pr… Flor… Trum… https://… The Hil… The … 2020-10-12 #> 5 2020-10-16 /epolls/2020/pr… Flor… Trum… https://… Mason-D… Maso… 2020-10-08 #> 6 2020-10-16 /epolls/2020/pr… Penn… Trum… https://… The Hil… The … 2020-10-12 #> 7 2020-10-16 /epolls/2020/pr… Mich… Trum… https://… Trafalg… Traf… 2020-10-11 #> 8 2020-10-16 /epolls/2020/pr… Mich… Trum… https://… The Hil… The … 2020-10-12 #> 9 2020-10-16 /epolls/2020/pr… Nort… Trum… https://… Emerson Emer… 2020-10-13 #> 10 2020-10-16 /epolls/2020/pr… Alas… Trum… https://… NY Time… NYT/… 2020-10-09 #> # … with 180 more rows, and 6 more variables: Date_End <date>, Sample_n <dbl>, #> # Sample_type <chr>, MoE <dbl>, id <int>, res <list>rcp_update("national_president")#> # A tibble: 73 x 14 #> date rcp_poll_page_l… state race poll_link pollster Poll Date_Start #> <date> <chr> <chr> <chr> <chr> <chr> <chr> <date> #> 1 2020-10-18 /epolls/2020/pr… Gene… Trum… https://… IBD/TIPP IBD/… 2020-10-13 #> 2 2020-10-15 /epolls/2020/pr… Gene… Trum… https://… NBC New… NBC/… 2020-10-09 #> 3 2020-10-15 /epolls/2020/pr… Gene… Trum… http://m… NPR/PBS… NPR/… 2020-10-08 #> 4 2020-10-14 /epolls/2020/pr… Gene… Trum… https://… Rasmuss… Rasm… 2020-10-07 #> 5 2020-10-14 /epolls/2020/pr… Gene… Trum… https://… The Hil… The … 2020-10-10 #> 6 2020-10-14 /epolls/2020/pr… Gene… Trum… https://… Reuters… Reut… 2020-10-09 #> 7 2020-10-14 /epolls/2020/pr… Gene… Trum… https://… Economi… YouG… 2020-10-11 #> 8 2020-10-12 /epolls/2020/pr… Gene… Trum… https://… JTN/RMG… JTN/… 2020-10-08 #> 9 2020-10-11 /epolls/2020/pr… Gene… Trum… https://… ABC New… ABC/… 2020-10-06 #> 10 2020-10-11 /epolls/2020/pr… Gene… Trum… https://… ABC New… ABC/… 2020-10-06 #> # … with 63 more rows, and 6 more variables: Date_End <date>, Sample_n <dbl>, #> # Sample_type <chr>, MoE <dbl>, id <int>, res <list>