cpp_fast_range {IFC}R Documentation

Use Rcpp for Range

Description

Determines range of numeric vector

Arguments

x_

a Nullable NumericVector.

Details

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

Value

a NumericVector.


[Package IFC version 0.2.1 Index]