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_name

column name to be checked

Value

TRUE if column contains no NA values else throws error


mrc-ide/hintr documentation built on Sept. 18, 2024, 6:44 p.m.