R/describe.R
describe.Rd
This function is deprecated as of tidypolars 0.10.0, it will be removed in a future update. Use summary() with the same arguments instead.
summary()
describe(.data, percentiles = c(0.25, 0.75))
A Polars DataFrame.
One or more percentiles to include in the summary statistics. All values must be between 0 and 1 (NULL are ignored).
NULL