type.not_missing {interfacer}R 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


[Package interfacer version 0.2.3 Index]