#读取中国财经网今日人民币外汇牌价表
library(rvest)
words <- read_html("http://app.finance.china.com.cn/forex/rmb/")
table<-html_table(html_nodes(words, "table"),fill = TRUE,
R语言学习(一)读取整理网站表格数据
最新推荐文章于 2025-03-18 10:57:04 发布
#读取中国财经网今日人民币外汇牌价表
library(rvest)
words <- read_html("http://app.finance.china.com.cn/forex/rmb/")
table<-html_table(html_nodes(words, "table"),fill = TRUE,