Displaying 1 result from an estimated 1 matches for "bftn".
Did you mean:
aftn
2018 Jan 31
0
Scraping info from a web site?
...trality 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
?$ node:<externalptr>
?$ doc :<externalptr>
?- attr(*, "class")= chr [1:2] "xml_document" "xml_node"
?????? However, I don't know what to do with <externalptr>.
????? The "Selectorgadget&quo...