seq
:
scan
head()
tail()
'['
'[['
'[<-'
'[[<-'
match()
%in%
findInterval()
split()
unsplit()
order()
sort()
duplicated()
tabulate()
invisible()
...
x
x <- c(2, 4, 6, 2, 2, 2, 3, 6, 6, 3) tabulate(x)
## [1] 0 4 2 1 0 3