- 博客(2)
- 收藏
- 关注
原创 2021-05-07
##读入数据 da1 <- read.table( "w-petroprice.txt", header=TRUE) xts.petrol <- xts( da1[,-(1:3)], make_date(da1[["Year"]], da1[["Mon"]], da1[["Day"]])) da2 <- read_table2( "w-gasoline.txt", col_names="pgas", col_types=cols(.default=col_double())
2021-05-07 11:04:39
130
原创 2021-05-07
da1 <- read.table( "w-petroprice.txt", header=TRUE) xts.petrol <- xts( da1[,-(1:3)], make_date(da1[["Year"]], da1[["Mon"]], da1[["Day"]])) da2 <- read_table2( "w-gasoline.txt", col_names="pgas", col_types=cols(.default=col_double()) ) xts.
2021-05-07 09:39:21
75
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人