R/identifier.R
is.Id.Rd
Check whether a provided object is truly of a specific type
is.Id(x)
A provided Id object
Boolean evaluation with logical output.
id <- as.Id("example-id") is.Id(id) #> [1] TRUE