大家好,我在将 .xlsx 加载到 RStudio 时遇到困难 - 我不确定为什么 RStudio 看不到该文件。我是否指定了 read_excel() 的路径错误?有任何想法吗?在 R 很新。
谢谢!
Windows 10(64 位)版本 0.99.491 和版本 0.99.840 读取.xl 0.1.0
getwd()
[1] "C:/Users/user/Documents/Work"
read_excel(system.file("C:/Users/user/Documents/Work/Data.xlsx"))
Error: '' does not exist in current working directory ('C:/Users/user/Documents/Work')