Compute the maximum value
Description
Compute the maximum value
Usage
## S3 method for class 'RPolarsDataFrame'
max(x, ...)
# S3 method for class 'RPolarsLazyFrame'
max(x, ...)
# S3 method for class 'RPolarsSeries'
max(x, ...)
Arguments
x
|
A DataFrame, LazyFrame, or Series |
…
|
Not used. |