Skip to contents

This function is used to check any missing values within the provided column.

Usage

assert_non_missing(...)

Arguments

...

assert arguments

Value

A stop message if there is at least one duplicated records.

See also

assert not_na

Other assert checks: assert_uniq()

Examples

if (FALSE) { # \dontrun{
library(assertr)
ADNIMERGE2::REGISTRY %>%
  assert_non_missing(RID)
} # }