Test if the object is a polars Series
Description
This function tests if the object is a polars Series.
Usage
is_polars_series(x)
Arguments
x
|
An object |
Value
A logical value
Examples
#> [1] FALSE
#> [1] TRUE
This function tests if the object is a polars Series.
is_polars_series(x)
x
|
An object |
A logical value
#> [1] FALSE
#> [1] TRUE