I need to do this here:
library(xml)
URL <- "http://globoesporte.globo.com/futebol/brasileirao-serie-a/"
tabela1 <- readHTMLTable(URL, which = 1, colClasses = )
tabela1$V3 <- NULL
names(tabela1) <- c("Posição","Time")
tabela2...
asked by
09.11.2017 / 20:30