'shiny' module server-side UI generator for the animaltracker app's summary statistics tables.
stats(
input,
output,
session,
selected_cols,
selected_stats,
col_name,
col,
dat
)
'shiny' server input, automatically populated
'shiny' server output, automatically populated
'shiny' server session, automatically populated
selected columns from animaltracker app input
selected summary statistics from animaltracker app input
column name to compute summary statistics
column to compute summary statistics
animal data frame containing col
'shiny' renderTable object for table