
split:Usagesplit(x, f, drop = FALSE, ...);将向量x根据因子f进行分组,返回一个list,每一个子lis...
Usage ①assign(x, value, pos = -1, envir = as.environment(pos), inherits ...
cut Usagecut(x, breaks, labels = NULL, include.lowest = FALSE, right = T...
match Usagematch(x, table, nomatch = NA_integer_, incomparables = NULL);...
①duplicated(x, fromLast = FALSE, ...) fromLast若为TRUE,则从后向前查 ②setdiff(x,y...
※ grep Usagegrep(pattern, x, ignore.case = FALSE, perl = FALSE, value = ...
strsplit Usagestrsplit(x, split, fixed = FALSE, perl = FALSE, useBytes =...
paste Usagepaste(..., sep = " ", collapse = NULL)拼接一个(collapse参数)或多个(sep...
substr Usagesubstr(x, start, stop);提取或替换特定位置的字符,类比chartrExample substrin...
文集作者