report_card_template {teal} | R Documentation |
Template function for TealReportCard
creation and customization
Description
This function generates a report card with a title, an optional description, and the option to append the filter state list.
Usage
report_card_template(
title,
label,
description = NULL,
with_filter,
filter_panel_api
)
Arguments
title |
( |
label |
( |
description |
( |
with_filter |
( |
filter_panel_api |
( |
Value
(TealReportCard
) populated with a title, description and filter state.
[Package teal version 0.15.2 Index]