Skip to content

Check whether the data type is a String type

Source code

Description

Check whether the data type is a String type

Usage

DataType_is_string()

Value

A logical value

Examples

library(polars)

pl$String$is_string()
#> [1] TRUE
pl$Float32$is_string()
#> [1] FALSE