seq
:
scan
head()
tail()
'['
'[['
'[<-'
'[[<-'
match()
%in%
findInterval()
split()
unsplit()
order()
sort()
duplicated()
tabulate()
invisible()
...
whatever <- structure(1:10, comment = "integers between 1 and 10") comment(whatever)
## [1] "integers between 1 and 10"