Description Usage Arguments Value Functions
Internal function for the datatables View button that opens the modal
1 2 3 | add_view_col(X, offset, modal_col)
shinyInput(FUN, len, id, offset, label, ...)
|
X |
The table to add buttons to. |
offset |
A numeric vector. Offset for the button id for each row. |
modal_col |
A string. The second nesting for feature annotations. |
FUN |
The shiny Input function to create. |
len |
Integer How many buttons to make. |
id |
String. Prefix for the id. |
label |
A character vector. The text to but on each button. Should have the same length as the number of rows in X. |
... |
Callback stript.
add_view_col
: Generates all buttons
shinyInput
: generates multople shiny inputs with different labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.