Get a list with the root column name
Description
Get a list with the root column name
Usage
<Expr>$meta$root_names()
Value
A polars expression
Examples
#> [1] "foo" "bar"
#> [1] "foo" "bar"
#> [1] "foo" "groups"
#> [1] "foo" "bar"
Get a list with the root column name
<Expr>$meta$root_names()
A polars expression
#> [1] "foo" "bar"
#> [1] "foo" "bar"
#> [1] "foo" "groups"
#> [1] "foo" "bar"