profile_numeric: Profile numeric atomic vectors.

Description Usage Arguments Value Examples

View source: R/profile.R

Description

profile_numeric takes numeric vectors and returns a data.frame containing important descriptive statistics.

Usage

1

Arguments

.x

a numeric atomic vector or data.frame to be profiled.

Value

a data.frame containing important descriptive statistics.

Examples

1
2
# Example
profile_numeric(1:100)

profilr documentation built on May 29, 2017, 2:08 p.m.