This function returns a table that can be passed to renderTable
and tableOutput
.
random_table(nrow, ncol, type = c("random", "numeric", "character", "numchar"))
number of row of the output
number of cols of the output
type of the columns, can be "random", "numeric", "character", "numchar". Default is random.
a table