seq
:
scan
head()
tail()
'['
'[['
'[<-'
'[[<-'
match()
%in%
findInterval()
split()
unsplit()
order()
sort()
duplicated()
tabulate()
invisible()
...
whatever <- readRDS(file = "data/whatever.RDS") attributes(whatever)
## $names ## [1] "whatever" NA NA NA NA NA ## [7] NA NA NA NA ## ## $value ## [1] "none"