View source: R/mod_sn_show_summary_stats.R
mod_sn_show_summary_stats_app | R Documentation |
A minimal shiny app used for showing summary statistics
mod_sn_show_summary_stats_app(
gisco_id,
gisco_label = NULL,
country = NULL,
connection = NULL,
language = tidywikidatar::tw_get_language()
)
gisco_id |
Identifier of the city. |
country |
Two letter country code |
language |
Two letter language code. |
if (interactive) {
mod_sn_show_summary_stats_app(
gisco_id = "IT_022205",
gisco_label = "Trento",
country = "IT"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.