Get the column names
Description
Get the column names
Usage
## S3 method for class 'RPolarsDataFrame'
names(x)
# S3 method for class 'RPolarsLazyFrame'
names(x)
# S3 method for class 'RPolarsLazyGroupBy'
names(x)
# S3 method for class 'RPolarsGroupBy'
names(x)
Arguments
x
|
A DataFrame or LazyFrame |