1、问题

could not find function "read_excel"

 

 

2、解决方法

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

could not find function "read_excel"

 

相关文章: