| dt2_order | R Documentation |
order)Define initial ordering (option order)
dt2_order(options = list(), ...)
options |
Options list. |
... |
Vectors like |
Updated options.
opts <- list(columns = names(mtcars))
opts <- dt2_order(opts, c("mpg", "desc"))
dt2(mtcars, options = opts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.