Skip to content

Compute the mean

Description

Compute the mean

Usage

## S3 method for class 'RPolarsDataFrame'
mean(x, ...)

# S3 method for class 'RPolarsLazyFrame'
mean(x, ...)

# S3 method for class 'RPolarsSeries'
mean(x, ...)

Arguments

x A DataFrame, LazyFrame, or Series
Not used.