iT邦幫忙

0

R語言相關問題

  • 分享至 

  • xImage

請使用網路爬蟲套件rvest,依照下列步驟完成程式要求。
步驟一:請到 https://tw.stock.yahoo.com/d/s/dividend_0050.html 網頁
抓取0050台灣五十現金股利資料。
步驟二:請將抓取的台灣五十現金股利資料轉換成數值資料。
(Hint: as.numeric()函數)
步驟三:繪製台灣五十現金股利資料長條圖。
Hint: 可能會使用到的函數,library(),read_html(),
html_nodes(),html_text(),as.numeric(),barplot()。
程式輸出結果參考範例:
如果台灣五十現金股利網頁中有更新資料,請將最新的資料繪製出來

obarisk iT邦研究生 1 級 ‧ 2022-08-06 10:58:35 檢舉
這題不難啊。直接 html_table 不就好了。
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

3
一級屠豬士
iT邦大師 1 級 ‧ 2022-08-06 08:53:41

當心被人按沒有幫助
/images/emoticon/emoticon39.gif

我要發表回答

立即登入回答