@ -49,11 +49,16 @@ data(iris)
### 工作目录
查找当前工作目录(其中找到输入并发送输出)
```r
getwd()
# 查找当前工作目录(其中找到输入并发送输出)
```
更改当前工作目录
setwd(‘C://file/path’)
# 更改当前工作目录
使用 RStudio 中的项目来设置工作目录到您正在使用的文件夹
The note is not visible to the blocked user.