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
ds_range(x, data = NULL, na.rm = FALSE)

Arguments

x

a numeric vector or column name.

data

a data.frame or tibble.

na.rm

a logical value indicating whether NA values should be stripped before the computation proceeds.

Value

Range of x

See Also

range

Examples

1
2

descriptr documentation built on Dec. 15, 2020, 5:37 p.m.