scan
read.table
readLines
readRDS
CASE WHEN
fcase
:=
.()
.Rprofile
.Renviron
Makevars
```bash mkdir images ``` 创建文件用 `touch` 如 `touch .Rprofile` ```bash # 删除文件夹及子文件夹,递归删除 rm -rf images/ # 删除文件 rm .Rprofile ```