Skip to content

Check whether the data type is a binary type

Source code

Description

Check whether the data type is a binary type

Usage

DataType_is_binary()

Value

A logical value

Examples

library("polars")

pl$Binary$is_binary()
#> [1] TRUE
pl$Float32$is_binary()
#> [1] FALSE