Description Usage Arguments Value Examples
generate a selectInput control for an ontologyIndex slice
1 2 3 4 5 6 7 8 9 | 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
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.