is_type {stencilaschema} | R Documentation |
Does a value conform to the type?
Description
Does a value conform to the type?
Usage
is_type(value, type)
Arguments
value |
The value to check |
type |
The type to check against |
Value
TRUE if the value conforms to the type, FALSE otherwise
[Package stencilaschema version 1.0.0 Index]