seq
:
scan
head()
tail()
'['
'[['
'[<-'
'[[<-'
match()
%in%
findInterval()
split()
unsplit()
order()
sort()
duplicated()
tabulate()
invisible()
...
order(order(x))
## [1] 1 2 3 5 4
# vs. rank(x, ties = "random")