Learn R Programming

profilr (version 0.1.0)

profile_numeric: Profile numeric atomic vectors.

Description

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

Usage

profile_numeric(.x)

Arguments

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

Value

a data.frame containing important descriptive statistics.

Examples

Run this code
# Example
profile_numeric(1:100)

Run the code above in your browser using DataLab