seq
:
scan
head()
tail()
'['
'[['
'[<-'
'[[<-'
match()
%in%
findInterval()
split()
unsplit()
order()
sort()
duplicated()
tabulate()
invisible()
...
x <- quantile(runif(100)) 2*x
## 0% 25% 50% 75% 100% ## 0.07549254 0.56535562 1.06517465 1.64954465 1.95624007