In the section I will list the most important commands in base R. The list is taken in large part from Hadley Wickham’s book Advanced R. Most of them we already discussed. Those we have not you can read up on yourself.
? str
%in%, match
=, <-, <<-
$, [, [[, head, tail, subset
with
assign, get
all.equal, identical
!=, ==, >, >=, <, <=
is.na, complete.cases
is.finite
(q, p, d, r) * (beta, binom, cauchy, chisq, exp, f, gamma, geom, hyper, lnorm, logis, multinom, nbinom, norm, pois, signrank, t, unif, weibull, wilcox, birthday, tukey)
crossprod, tcrossprod
eigen, qr, svd
%*%, %o%, outer
rcond
solve
ls, exists, rm
getwd, setwd
q
source
install.packages, library, require
help, ?
help.search
apropos
RSiteSearch
citation
demo
example
vignette
traceback
browser
recover
options(error = )
stop, warning, message
tryCatch, try
print, cat
message, warning
dput
format
sink, capture.output
data
count.fields
read.csv, write.csv
read.delim, write.delim
read.fwf
readLines, writeLines
readRDS, saveRDS
load, save
library
dir
basename, dirname, tools::file_ext
file.path
path.expand, normalizePath
file.choose
file.copy, file.create, file.remove, file.rename, dir.create
file.exists, file.info
tempdir, tempfile
download.file,