describe: A one sentence description of what your function does

Description Usage Arguments Value Examples

Description

A more detailed description of what the function is and how it works. It may be a paragraph that should not be separated by any spaces.

Usage

1
describe(x, na.rm = TRUE, cols = NULL)

Arguments

inputParameter1

A description of the input parameter inputParameter1

inputParameter2

A description of the input parameter inputParameter2

Value

output A description of the object the function outputs

Examples

1
2
set.seed(0)
round(describe(rnorm(1000)), 2)

alohr/ezr documentation built on May 10, 2019, 10:25 a.m.