Displaying 1 result from an estimated 1 matches for "battleforthenet".
2018 Jan 31
0
Scraping info from a web site?
Hi, All:
????? What would you suggest one use to read the data on members of the
US Congress and their positions on net neutrality from
"https://www.battleforthenet.com/scoreboard" into R?
????? I found recommendations for the "rvest" package to "Easily
Harvest (Scrape) Web Pages".? I tried the following:
URL <- 'https://www.battleforthenet.com/scoreboard/'
library(rvest)
Bftn <- read_html(URL)
str(Bftn)
List of 2...