Learn R Programming

IFC (version 0.2.1)

cpp_fast_range: Use Rcpp for Range

Description

Determines range of numeric vector

Value

a NumericVector.

Arguments

x_

a Nullable NumericVector.

Details

the behaviour is the same as R base::range(x_, na.rm = TRUE, finite = TRUE) without creating warnings