ds_range | R Documentation |
Compute the range of a numeric vector
ds_range(data, x = NULL)
data |
A numeric vector or |
x |
Column in |
Range of x
range
# vector
ds_range(mtcars$mpg)
# data.frame
ds_range(mtcars, mpg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.