Skip to contents

[Deprecated]

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.

Usage

describe(.data, percentiles = c(0.25, 0.75))

Arguments

.data

A Polars DataFrame.

percentiles

One or more percentiles to include in the summary statistics. All values must be between 0 and 1 (NULL are ignored).