Skip to contents

This function generates a KPI (Key Performance Indicator) taglist, displaying a header and the KPI value in a minimalistic format. The taglist is designed for the VOX Analysis app to prominently display metrics with a clean layout, making it suitable for dashboard-style reporting.

Usage

tag_kpi(metric, header)

Arguments

metric

A single numeric or character value representing the metric to display.

header

A character string containing the header or description of the KPI.

Value

A Shiny `tagList` containing the KPI header and its corresponding metric value, formatted for display.