Skip to content

Check whether the data type is known

Source code

Description

Check whether the data type is known

Usage

DataType_is_known()

Value

A logical value

Examples

library(polars)

pl$String$is_known()
#> [1] TRUE
pl$Unknown$is_known()
#> [1] FALSE