ds_range {descriptr} | R Documentation |
Range
Description
Compute the range of a numeric vector
Usage
ds_range(data, x = NULL)
Arguments
data |
A numeric vector or |
x |
Column in |
Value
Range of x
See Also
Examples
# vector
ds_range(mtcars$mpg)
# data.frame
ds_range(mtcars, mpg)
[Package descriptr version 0.6.0 Index]