| forderForceBase {RxODE} | R Documentation |
Force using base order for RxODE radix sorting
forderForceBase(forceBase = FALSE)
forceBase |
boolean indicating if RxODE should use R's
|
## Not run: forderForceBase(TRUE) # Use base `order` for RxODE sorts forderForceBase(FALSE) # Use base `data.table` for RxODE sorts ## End(Not run)