Description Usage Arguments Value Examples
This function is used to display a drop-down list of options for a user to select either states/countries to visualize coronavirus statistics. The options to select from come from data2, data3 and data5.
1 | selectui01(inputId)
|
inputId |
An id name that is unique in the user interface-side in order for the server side of the shiny app to call on. |
A selectInput option
1 2 3 4 5 6 7 8 9 10 | ## Not run:
inputId <- "state"
selectui01("state")
## End(Not run)
## Not run:
inputId <- "country"
selectui03("country")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.