reactivePicker: '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 dynamic dropdown selections.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
reactivePicker(
  input,
  output,
  session,
  type,
  req_list,
  text,
  min_selected = NULL,
  max_selected = NULL,
  multiple,
  options = NULL
)

Arguments

input

'shiny' server input, automatically populated

output

'shiny' server output, automatically populated

session

'shiny' server session, automatically populated

type

purpose of picker - currently supported types are "site", "ani", and "recent"

req_list

list of reactive statements required to display picker

text

title for picker

min_selected

index of lowest selected value in possible choices, should be null if type is "recent"

max_selected

index of highest selected value in possible choices should be null if type is "recent"

multiple

logical, whether to allow selecting multiple values

options

options for shinyWidgets pickerInput

Value

'shiny' renderUI object for dropdown selection


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