forderForceBase | R Documentation |
Force using base order for rxode2 radix sorting
forderForceBase(forceBase = FALSE)
forceBase |
boolean indicating if rxode2 should use R's
|
value of forceBase
(can change if data.table
is not
available)
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.