The server function for a list group used in the shiny dashboard and bs4dash framework
1 2 3 4 5 6 7 8 9 10 |
input |
The input object for the shiny server function |
output |
The output object for the shiny server function |
session |
The session object for the shiny server function |
base_data |
A reactive dataframe for completing the list group items |
active |
Logical with NULL accepting 'active' logic based on the dataframe column |
type |
The type of the list group |
width |
The size of the column HTML declaration |
lim |
The limit of the dataframe size to generate in the output |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.