has_no_missing_values: Check if Selected Columns in a Data Frame Contain Missing...

View source: R/fe_stand_helpers_validation.R

has_no_missing_valuesR Documentation

Check if Selected Columns in a Data Frame Contain Missing Values

Description

Check if Selected Columns in a Data Frame Contain Missing Values

Usage

has_no_missing_values(x, names)

Arguments

x

a data.frame

names

character vector containg the names of the columns in x to be checked

Value

A list with two elements: 1) rqmt_ok which is TRUE if the requirement is fulfilled and FALSE otherwise; 2) err_message, the body of an error message to be used by the calling function (mentions all problematic elements)


ForestElementsR documentation built on April 3, 2025, 7:47 p.m.