anyNA()
exists as a replacement for any(is.na(.))
which is more efficient
for simple objects, and in the worst case is the same efficiency. Therefore
it should be used in all situations instead of the latter.
See also
linters for a complete list of linters available in lintr.