random_DT | R Documentation |
This function creates a random DT::datatable, and can be passed into renderDT
& DTOutput
.
random_DT(
nrow,
ncol,
type = c("random", "numeric", "character", "numchar"),
...
)
nrow |
number of row of the output |
ncol |
number of cols of the output |
type |
type of the columns, can be "random", "numeric", "character", "numchar". Default is random. |
... |
arguments to be passed to DT::datatable |
a DT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.