Skip to content

Check whether the data type is a temporal type

Source code

Description

Check whether the data type is a temporal type

Usage

DataType_is_temporal()

Value

A logical value

Examples

library("polars")

pl$Date$is_temporal()
#> [1] TRUE
pl$Float32$is_temporal()
#> [1] FALSE