Click "Start Animation" to begin

Rendered HTML Page

Iowa Corn Production...

CountyYearBushels...
Polk202455.2
Story202448.9
Linn202451.5
Scott202445.1

R Code & Environment

page %>% 
  html_elements(".corn-table td:nth-child(1)") %>% 
  html_text()
page [list]
counties [chr] c("Polk", "Story", "Linn", "Scott")