[問題] 儲存格問題 (網頁表格)
原網址: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)
有些資料原本在右邊,但爬出來後出現在左邊
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.42.187.234
※ 文章網址: https://www.ptt.cc/bbs/R_Language/M.1465129670.A.0C1.html
→
06/05 21:09, , 1F
06/05 21:09, 1F
→
06/05 21:09, , 2F
06/05 21:09, 2F
→
06/05 21:09, , 3F
06/05 21:09, 3F
R_Language 近期熱門文章
PTT數位生活區 即時熱門文章