Skip to contents

Checks if an object contains any missing (NA, NaN) values.

Usage

assert_missing(x)

Arguments

x

An object to be checked.

Value

Throws an error, if any, and returns x invisibly otherwise.

Author

N. Frerebeau