Skip to contents

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.

Usage

any_is_na_linter()

See also

linters for a complete list of linters available in lintr.