could not find function "read_excel"

1、问题

 

 

2、解决方法

install.packages("readxl")
library("readxl")
test <- read_excel("cor.xlsx", sheet = 1, col_names = T, col_types = NULL)
dim(test)

 

posted @ 2021-11-05 18:46  小鲨鱼2018  阅读(7210)  评论(0编辑  收藏  举报