url with# - 如何从R中的html表导入数据

时间:2017-04-30 20:15:07

标签: r

url1 <- "http://www.nationmaster.com/country-info/stats/Economy/Inequality/GINI-index#1994"
url2 <- "http://www.nationmaster.com/country-info/stats/Economy/Inequality/GINI-index#1986"

tables1 <- readHTMLTable(url1)
tables2 <- readHTMLTable(url1)

View(tables1[1])
View(tables2[1])

结果与没有#1986或#1994的网址相同。

换句话说:我想读取HISTORY列中的所有数据

0 个答案:

没有答案