Skip to contents

Check whether a provided object is truly of a specific type

Usage

is.Id(x)

Arguments

x

A provided Id object

Value

Boolean evaluation with logical output.

Examples

id <- as.Id("example-id")
is.Id(id)
#> [1] TRUE