ls
LiSt objects
rm
ReMove objects
str
STRucture of an object
unz
UNZip
getwd
GET Working Directory
dir
DIRectory
sprintf
String PRINT Formatted
c
Combine values
regexpr
REGular EXPRession
diag
DIAGonal values of a matrix
col
COLumn
lapply
List APPLY # apply function to each element and return a list
sapply
Simplify APPLY apply function to each element and attempt to return a vector
mapply
Multivariate APPLY
tapply
Table APPLY # apply function to sets of values as defined by an index
apply
APPLY function to sets of values as defined by an index. Margin = 1 or 2 in apply – rows [1] come before columns [2]