makeSelectInput: generate a selectInput control for an ontologyIndex slice

View source: R/shiny.R

makeSelectInputR Documentation

generate a selectInput control for an ontologyIndex slice

Description

generate a selectInput control for an ontologyIndex slice

Usage

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

makeSelectInput

vjcitn/ontoProc documentation built on March 23, 2024, 7:23 a.m.