View source: R/helpers-tables.R
create_app_ranking_table | R Documentation |
Leverages the toastui htmlwidget. See https://dreamrs.github.io/toastui/articles/extras/grid.html.
create_app_ranking_table(ranking, pagination = 10, height = NULL)
ranking |
Ranked data from create_app_ranking. |
pagination |
Control number of lines to display per page. If NULL, all data are displayed. |
height |
Table height. CSS units. |
An htmlwidget table containing app ranking, owner sorted by usage.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.