ds_range: Range

Description Usage Arguments Value See Also Examples

View source: R/ds-describe.R

Description

Compute the range of a numeric vector

Usage

1

Arguments

data

A numeric vector or data.frame.

x

Column in data.

Value

Range of x

See Also

range

Examples

1
2
3
4
5
# vector
ds_range(mtcars$mpg)

# data.frame
ds_range(mtcars, mpg)

rsquaredacademy/descriptr documentation built on July 9, 2021, 8:13 p.m.