Description Usage Arguments Details Author(s) Examples
Adds a custom sidebarLayout consisting of a sidebar panel and a main panel to the Ui when called.
1 |
id |
The input id of the select Input that will get passed on to the apps' server. |
x |
A column from a dataframe or tibble that contains country names. |
output |
The servers output that you want to get displayed |
input_option |
Opional argument to add another select input option for the user. Defaults to NULL. |
The purpose of this function is to automatically add a custom layout used in all tabs of the app to remove code duplication and avoid errors.
Panagiotis Stylianos
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.