【发布时间】:2016-03-23 10:48:03
【问题描述】:
我正在尝试仅下载此链接中显示的表格:
http://factfinder.census.gov/faces/tableservices/jsf/pages/productview.xhtml?src=CF
但以下代码没有成功:
库(RCurl)
step1 = "http://factfinder.census.gov/faces/tableservices/jsf/pages/productview.xhtml?src=CF"
step2 = getURL(step1)
step3 = read.txt(textConnection(step2), header = FALSE)
任何想法将不胜感激!
【问题讨论】: