This function is used to make custom input selections for different regions as a substitute for shiny function selectInput.

country_select_input(id, choices)

Arguments

id

An id for the selectInput function you want to provide.

choices

The choices you want to provide for the selectInput.