seq
:
scan
head()
tail()
'['
'[['
'[<-'
'[[<-'
match()
%in%
findInterval()
split()
unsplit()
order()
sort()
duplicated()
tabulate()
invisible()
...
Testing equality on NA is not correct: What does “I do not know” == “I do not know” could mean. We should use the function is.na().
==
is.na()
We should also use is.finite, and is.nan (all of them are vectorized)
is.finite
is.nan