Force using base order for RxODE radix sorting
forderForceBase(forceBase = FALSE)
forceBase | boolean indicating if RxODE should use R's
|
---|
NILL; called for side effects
# \donttest{
forderForceBase(TRUE) # Use base `order` for RxODE sorts
#> NULL
forderForceBase(FALSE) # Use `data.table` for RxODE sorts
#> NULL
# }