colMean: colMean

Description Usage Arguments Examples

View source: R/colMean.R

Description

Find the mean of a numeric column.

Usage

1
colMean(df_col, removeNA = TRUE)

Arguments

df_col

A dataframe column.

removeNA

Logical. Sould NAs be removed? The defualt is TRUE.

Examples

1
2
3
4
## Not run: 
mean <- colMean(df$col)

## End(Not run)

keberwein/krisUtils documentation built on May 20, 2019, 5:26 p.m.