seq
:
scan
head()
tail()
'['
'[['
'[<-'
'[[<-'
match()
%in%
findInterval()
split()
unsplit()
order()
sort()
duplicated()
tabulate()
invisible()
...
x <- structure(x, names=letters[1:10]) x[c("a", "f", "a", "g", "z")]
## a f a g <NA> ## 7.027505 9.684264 7.027505 7.263177 NA