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