Description Usage Arguments Value
Shiny module. Produces an html link to a country flag image.
1 2 3 4 5 6 7 8 9 10 | mod_country_flag_ui(id)
mod_country_flag_server(
input,
output,
session,
country,
height = "100%",
width = "100%"
)
|
id |
shiny id |
input |
internal |
output |
internal |
session |
internal |
country, |
list containing reactive country name (reporter_iso) to filter on |
height, |
text containing either percentage ("50%") or pixel size ("640") |
width, |
text containing either percentage ("50%") or pixel size ("640") |
link to a flag image from Wikipedia.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.