mod_country_flag: mod_country_flag_ui and mod_country_flag_server

Description Usage Arguments Value

Description

Shiny module. Produces an html link to a country flag image.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
mod_country_flag_ui(id)

mod_country_flag_server(
  input,
  output,
  session,
  country,
  height = "100%",
  width = "100%"
)

Arguments

id

shiny id

input

internal

output

internal

session

internal

country,

list containing reactive country name (reporter_iso) to filter on

height,

text containing either percentage ("50%") or pixel size ("640")

width,

text containing either percentage ("50%") or pixel size ("640")

Value

link to a flag image from Wikipedia.


lee269/iapdashboard documentation built on June 17, 2020, 11:15 p.m.