Learn R Programming

describer (version 0.2.0)

describe_numeric: Describe numeric atomic vectors.

Description

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

Usage

describe_numeric(.x)

Arguments

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

Value

a data.frame containing important descriptive statistics.

Examples

Run this code
# Example
describe_numeric(1:100)

Run the code above in your browser using DataLab