mod_sn_street_info_app: A minimal shiny app used for categorising streets

View source: R/mod_sn_street_info.R

mod_sn_street_info_appR Documentation

A minimal shiny app used for categorising streets

Description

A minimal shiny app used for categorising streets

Usage

mod_sn_street_info_app(
  street_name,
  gisco_id,
  country = NULL,
  connection = NULL,
  language = tidywikidatar::tw_get_language()
)

Arguments

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.

Examples


if (interactive) {
  mod_sn_street_info_app(
    street_name = "Belvedere San Francesco",
    gisco_id = "IT_022205",
    country = "IT"
  )
}

giocomai/streetnamer documentation built on Oct. 14, 2023, 6:27 p.m.