TealReportCard creation and customizationThis function generates a report card with a title, an optional description, and the option to append the filter state list.
report_card_template(
title,
label,
description = NULL,
with_filter,
filter_panel_api
)(TealReportCard) populated with a title, description and filter state.
(character(1)) title of the card (unless overwritten by label)
(character(1)) label provided by the user when adding the card
(character(1)) optional, additional description
(logical(1)) flag indicating to add filter state
(FilterPanelAPI) object with API that allows the generation
of the filter state in the report