首页 > 解决方案 > Rstudio没有读入文件

问题描述

我正在尝试在 Mac 上将 csv 文件读入 Rstudio。

1) getwd() -> /Test
2) list.files() -> shows CitesforSarah.csv
3) papers <- as_tibble(read_csv("/Test/CitesforSarah.csv")  -> file not found

我们如何读取这个文件?安装并加载了包 tidyverse

标签: r

解决方案


推荐阅读