df_means: Get the means of the numeric columns in a dataframe

View source: R/df_means.R

df_meansR Documentation

Get the means of the numeric columns in a dataframe

Description

Get the means of the numeric columns in a dataframe

Usage

df_means(df)

Arguments

df

a base R dataframe contain features to be averaged.If non-numeric features are included they will be removed before averaging.

Value

A base R dataframe containing one row per feature with the feature name and mean


BrandonRCopeland/DataScience documentation built on Oct. 14, 2023, 9:45 a.m.