stats: 'shiny' module server-side UI generator for the animaltracker...

Description Usage Arguments Value

View source: R/stats_module.R

Description

'shiny' module server-side UI generator for the animaltracker app's summary statistics tables.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
stats(
  input,
  output,
  session,
  selected_cols,
  selected_stats,
  col_name,
  col,
  dat
)

Arguments

input

'shiny' server input, automatically populated

output

'shiny' server output, automatically populated

session

'shiny' server session, automatically populated

selected_cols

selected columns from animaltracker app input

selected_stats

selected summary statistics from animaltracker app input

col_name

column name to compute summary statistics

col

column to compute summary statistics

dat

animal data frame containing col

Value

'shiny' renderTable object for table


animaltracker documentation built on Nov. 18, 2020, 1:08 a.m.