create_app_ranking_table: Create app ranking table

View source: R/helpers-tables.R

create_app_ranking_tableR Documentation

Create app ranking table

Description

Leverages the toastui htmlwidget. See https://dreamrs.github.io/toastui/articles/extras/grid.html.

Usage

create_app_ranking_table(ranking, pagination = 10, height = NULL)

Arguments

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.

Value

An htmlwidget table containing app ranking, owner sorted by usage.


RinteRface/connectViz documentation built on Feb. 3, 2024, 10:40 a.m.