selectizeGeneInput | R Documentation |
Create input to select a gene
selectizeGeneInput(
id,
label = "Gene",
choices = NULL,
multiple = FALSE,
...,
placeholder = "Type to search for a gene..."
)
id |
Character: identifier |
label |
Display label for the control, or |
choices |
List of values to select from. If elements of the list are
named, then that name — rather than the value — is displayed to the
user. It's also possible to group related inputs by providing a named list
whose elements are (either named or unnamed) lists, vectors, or factors. In
this case, the outermost names will be used as the group labels (leveraging
the |
multiple |
Is selection of multiple items allowed? |
... |
Arguments passed to the |
placeholder |
Character: placeholder |
HTML elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.