type.not_missing: Check for missing values

View source: R/type-coerce.R

type.not_missingR Documentation

Check for missing values

Description

Any NA values will cause failure of validation.

Usage

type.not_missing(x)

Arguments

x

any vector, factor or numeric

Value

the input if no missing values detected, otherwise an error


interfacer documentation built on April 4, 2025, 6:13 a.m.