powered by
Compute the range of a numeric vector
ds_range(x, na.rm = FALSE)
a numeric vector
a logical value indicating whether NA values should be stripped before the computation proceeds.
Range of x
x
range
# NOT RUN { ds_range(mtcars$mpg) # }
Run the code above in your browser using DataLab