scan
read.table
readLines
readRDS
CASE WHEN
fcase
:=
.()
.Rprofile
.Renviron
Makevars
# %||% 中缀符 # x 是空值或者长度为 0 则保留 y 否则保留 x function(x, y) if (is.null(x) || length(x) == 0) y else x
## function(x, y) if (is.null(x) || length(x) == 0) y else x