Description Usage Arguments Value
Shiny module. Generate an outline map of a country.
1 2 3 | mod_country_map_ui(id)
mod_country_map_server(input, output, session, country)
|
id |
shiny id |
input |
internal |
output |
internal |
session |
internal |
country |
a reactive containing a country ISO3 code |
height |
in pixels or percentage |
width |
in pixels or percentage |
A ggplot outline of a country.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.