country_select_input.Rd
This function is used to make custom input selections for different regions as a substitute for shiny function selectInput.
country_select_input(id, choices)
id | An id for the selectInput function you want to provide. |
---|---|
choices | The choices you want to provide for the selectInput. |