forderForceBase {RxODE}R 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


[Package RxODE version 1.1.2 Index]