[问题] 储存格问题 (网页表格)

楼主: vicror84 (阿汘)   2016-06-05 20:27:35
原网址:http://www.mmh.org.tw/health/image/exam_services/exam_services.html
R语言程式:
library(XML)
URL =
paste0("http://www.mmh.org.tw/health/image/exam_services/exam_services.html")
Sys.sleep(runif(1,1,2))
doc<-htmlParse(URL,encoding="UTF-8")
tables<-readHTMLTable(doc,header=F,which = 2)
tables
dim(tables)
有些资料原本在右边,但爬出来后出现在左边
作者: celestialgod (天)   2016-06-05 21:09:00
你前一个文章的网址表格也会这样这个要自己手动处理就参考我的回文即可

Links booklink

Contact Us: admin [ a t ] ucptt.com