forderForceBase: Force using base order for RxODE radix sorting

View source: R/RcppExports.R

forderForceBaseR Documentation

Force using base order for RxODE radix sorting

Description

Force using base order for RxODE radix sorting

Usage

forderForceBase(forceBase = FALSE)

Arguments

forceBase

boolean indicating if RxODE should use R's order() for radix sorting instead of data.table's parallel radix sorting.

Value

NILL; called for side effects

Examples


forderForceBase(TRUE) # Use base `order` for RxODE sorts
forderForceBase(FALSE) # Use `data.table` for RxODE sorts


RxODE documentation built on March 23, 2022, 9:06 a.m.