ggstatsplot (version 0.0.10)

numdf_summary: Compute minimum, maximum, and median across all numeric columns in a dataframe.

Description

Compute minimum, maximum, and median across all numeric columns in a dataframe.

Usage

numdf_summary(df)

Arguments

df

A dataframe.

Value

A tibble with minimum, median, and maximum values.

Examples

Run this code
# NOT RUN {
ggstatsplot:::numdf_summary(ggplot2::msleep)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace