includes_advanced: Check if an object contains required elements

View source: R/set_operations.R

includes_advancedR Documentation

Check if an object contains required elements

Description

This function checks that x includes all of the required elements. x must be the same type as required.

Usage

includes_advanced(x, required)

Arguments

x

An object to check

required

The required elements to check for

Value

Returns TRUE if x is the same type as required and x includes all the required elements. Otherwise returns a string representing the appropriate error message to display


assertions documentation built on June 7, 2023, 6:03 p.m.