doc: add docs/ftp.md #596

This commit is contained in:
jaywcjlove
2024-04-09 23:57:22 +08:00
parent 742c4b0018
commit 3cee78a29e
3 changed files with 142 additions and 2 deletions

View File

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