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