cpp_fast_range: Use Rcpp for Range

View source: R/RcppExports.R

cpp_fast_rangeR 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.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.