View source: R/helpers-tables.R
generate_table | R Documentation |
Leverage toastui API.
generate_table(logs, sparkline = FALSE, pagination = 10, height = NULL)
logs |
Obtained with |
sparkline |
Whether to draw a sparkline. |
pagination |
Control number of lines to display per page. If NULL, all data are displayed. |
height |
Table height. CSS units. |
An htmlwidget table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.