library(XML)
url <- 'http://www.dqnews.com/Charts/Monthly-Charts/LA-Times-Charts/ZIPLAT.aspx'
tableVals <- readHTMLTable(url)
当我在一个新的工作区上独自运行时,我得到了
Error: Namespace prefix of attribute publishsource is not defined
在挖掘页面源代码后,我在错误中找到的最接近的属性是:
`<div id="Chart for Web_9726" align="center" x:publishsource="Excel">`
但搜索没有任何结果。是否有更好的方法可以将这些数据自动清空到矩阵或数据框中?