mod_sn_show_summary_stats_app: A minimal shiny app used for showing summary statistics

View source: R/mod_sn_show_summary_stats.R

mod_sn_show_summary_stats_appR Documentation

A minimal shiny app used for showing summary statistics

Description

A minimal shiny app used for showing summary statistics

Usage

mod_sn_show_summary_stats_app(
  gisco_id,
  gisco_label = NULL,
  country = NULL,
  connection = NULL,
  language = tidywikidatar::tw_get_language()
)

Arguments

gisco_id

Identifier of the city.

country

Two letter country code

language

Two letter language code.

Examples


if (interactive) {
  mod_sn_show_summary_stats_app(
    gisco_id = "IT_022205",
    gisco_label = "Trento",
    country = "IT"
  )
}

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