is_class {stencilaschema}R Documentation

Is a value of a particular class

Description

Is a value of a particular class

Usage

is_class(value, clas)

Arguments

value

The value to check

clas

The class the check against

Value

TRUE if the value has the class as its last class, FALSE otherwise


[Package stencilaschema version 1.0.0 Index]