arlc_df_summary: Create a Summary of a Data Frame

View source: R/arlc_utils.R

arlc_df_summaryR Documentation

Create a Summary of a Data Frame

Description

This function creates a summary of a data frame including count, mean, median, and standard deviation for numeric columns.

Usage

arlc_df_summary(df)

Arguments

df

A data frame.

Value

A data frame summarizing the statistics of the input data frame.

Examples

arlc_df_summary(data.frame(a = c(1, 2, 3, 4, 5), b = c(5, 4, 3, 2, 1)))

arlclustering documentation built on Sept. 11, 2024, 8:07 p.m.