Learn R Programming

ForestElementsR (version 2.0.1)

has_required_names: Check for Required Elements Existing in an Object

Description

Check for Required Elements Existing in an Object

Usage

has_required_names(x, required_names)

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)

Arguments

x

Any object for which names returns a character vector

required_names

Character vector of names required to be in names(x)