generate_table: Generate htmlWidgets table

View source: R/helpers-tables.R

generate_tableR Documentation

Generate htmlWidgets table

Description

Leverage toastui API.

Usage

generate_table(logs, sparkline = FALSE, pagination = 10, height = NULL)

Arguments

logs

Obtained with get_rsc_apps_usage.

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.

Value

An htmlwidget table.


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