assert_no_na: Check that the values of a column are not NA

View source: R/validation_asserts.R

assert_no_naR Documentation

Check that the values of a column are not NA

Description

Check that the values of a column are not NA

Usage

assert_no_na(data, column_name)

Arguments

data

data to be checked

column_names

column name to be checked

Value

TRUE if column contains no NA values else throws error


mrc-ide/hintr documentation built on May 1, 2024, 5:33 a.m.