View source: R/mod_sn_street_info.R
mod_sn_street_info_app | R Documentation |
A minimal shiny app used for categorising streets
mod_sn_street_info_app(
street_name,
gisco_id,
country = NULL,
connection = NULL,
language = tidywikidatar::tw_get_language()
)
street_name |
A character string. Conceptually, the name of a street |
gisco_id |
Identifier of the city. |
country |
Two letter country code |
language |
Two letter language code. |
if (interactive) {
mod_sn_street_info_app(
street_name = "Belvedere San Francesco",
gisco_id = "IT_022205",
country = "IT"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.