powered by
This computes the range of a vector as a value.
range_(x, na.rm = TRUE)
numeric
bool whether to remove NA values.
numeric value
# NOT RUN { range_(c(1, 5, 10)) range_(c(1, 5, 10, NA), na.rm = TRUE) # }
Run the code above in your browser using DataLab