forderForceBase | R Documentation |
Force using base order for rxode2 radix sorting
forderForceBase(forceBase = FALSE)
forceBase |
boolean indicating if rxode2 should use R's
|
NILL; called for side effects
forderForceBase(TRUE) # Use base `order` for rxode2 sorts
forderForceBase(FALSE) # Use `data.table` for rxode2 sorts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.