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