num_minmax: Min-Max summary for a Numeric Row

View source: R/num_minmax.R

num_minmaxR Documentation

Min-Max summary for a Numeric Row

Description

Summarizes a numeric row using the minimum and maximum values.

Usage

num_minmax(dt, ...)

Arguments

dt

the name of the dataframe object.

...

Additional arguments supplied within the package row functions.

Details

This is an internal function of tangram.pipe. Additional arguments should be supplied for this function to work properly.

rowlabel : the label for the table row name, if different from row_var.

missing : if TRUE, missing data is considered; FALSE only uses complete cases.

digits : significant digits to use.

Value

A dataframe with summary statistics for a numeric variable.

See Also

Additional prewritten summary functions for numeric data: num_default, num_mean_sd, num_medianiqr, num_date


tangram.pipe documentation built on Aug. 18, 2022, 1:06 a.m.