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

Description Usage Arguments Value

View source: R/inputs_module.R

Description

'shiny' module server-side UI generator for the animaltracker app's basic dropdown selections.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
staticPicker(
  input,
  output,
  session,
  selected_ani,
  text,
  choices,
  min_selected,
  max_selected
)

Arguments

input

'shiny' server input, automatically populated

output

'shiny' server output, automatically populated

session

'shiny' server session, automatically populated

selected_ani

selected animals from animaltracker app input

text

title for picker

choices

vector of possible choices for picker

min_selected

index of lowest selected value in choices

max_selected

index of highest selected value in choices

Value

'shiny' renderUI object for dropdown selection


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