Skip to contents

This function effectively shows the count table in the utMetrics dashboard. It takes filtered data frame as input, creates title and used the function utm_count_interactive_table()' to produce the table. For one table at-a-time using DT library.

Usage

utm_count_shiny_table(.data)

Arguments

.data

A data frame from df_count_metric_values.rda

Value

A table for count. It consists of three columns: Year, Count and Category.