makeSelectInput: generate a selectInput control for an ontologyIndex slice

Description Usage Arguments Value Examples

View source: R/shiny.R

Description

generate a selectInput control for an ontologyIndex slice

Usage

1
2
3
4
5
6
7
8
9
makeSelectInput(
  onto,
  term,
  type = "siblings",
  inputId,
  label,
  multiple = TRUE,
  ...
)

Arguments

onto

ontologyIndex instance

term

character(1) term used as basis for term list option set in the control

type

character(1) 'siblings' or 'children', relationship to 'term' that the options will satisfy

inputId

character(1) for use in server

label

character(1) for labeling in ui

multiple

logical(1) passed to selectInput

...

additional parameters passed to selectInput

Value

a selectInput control

Examples

1

ontoProc documentation built on Nov. 8, 2020, 4:49 p.m.