makeSelectInput {ontoProc} | R Documentation |
generate a selectInput control for an ontologyIndex slice
makeSelectInput( onto, term, type = "siblings", inputId, label, multiple = TRUE, ... )
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 |
... |
additional parameters passed to |
a selectInput
control
makeSelectInput