View source: R/interactive_table.R
interactive_table | R Documentation |
Uses DT:datatable to embed an interactive table with export options in an R session or markdown document
interactive_table(table, nrow)
table |
a data.frame/tibble/matrix |
nrow |
number of rows to display in table (default=10) |
## Not run: interactive_table(metadata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.