Description Usage Arguments Value
Shiny module. Produce html text to describe a World Bank indicator.
1 2 3 4 5 6 7 8 9 10 | mod_wb_indicator_text_ui(id)
mod_wb_indicator_text_server(
input,
output,
session,
country,
indicator,
format = "integer"
)
|
id |
shiny id |
input |
internal |
output |
internal |
session |
internal |
country |
ISO3 country code |
indicator |
Code for World Bank indicator |
reactive HTML of indicator text.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.