来自 read_excel 函数的警告

warning from read_excel function

显示错误:read_fun(path = enc2native(normalizePath(path)), sheet_i = sheet, : 期望 G1659 / R1659C7 中的数字:得到 'Coverage'

有没有人遇到过这个问题?


excel1<-read_excel("excelsheet1.xlsx")

我们可以使用col_types"text"

read_excel("excelsheet1.xlsx", col_types = "text")