Quantitative_investment_materia...

文章推薦指數: 80 %
投票人數:10人

Quantitative_investment_material_in_R/R語言爬蟲教學/爬蟲範例_PTT電影版.R ... url % html_nodes(xpath="//a[@class='btnwide'][2]")%>%#指定到上一頁 html_attr("href")%>%#取得href屬性的值 gsub("\\D","",.)%>% as.numeric() #讀取頁數 pageRead% html_nodes(xpath="//div[@class='title']")%>% html_text()%>% gsub("\n","",.)%>% gsub("\t","",.) #讀取文章連結 link% html_nodes(xpath="//div[@class='title']/a")%>% html_attr("href")%>% paste0("https://www.ptt.cc",.) #讀取文章日期 articleDate% html_nodes(xpath="//div[@class='date']")%>% html_text() #移除文章已被刪除項目 removeSite0){ articleDate



請為這篇文章評分?