stat_calc: Calculate summary statistic for numerical variables

View source: R/stat_calc.R

stat_calcR Documentation

Calculate summary statistic for numerical variables

Description

Calculate summary statistic for numerical variables

Usage

stat_calc(data, decimal = NULL)

Arguments

data

specify a dataframe

decimal

round the values to a number of decimal

Examples

stat_calc(iris[, 1:4])
stat_calc(iris[, 1:4], 3)

IbrahimHE/wrangler documentation built on March 27, 2022, 4:23 p.m.