Shiny module to generate the map
1 2 3 4 5 6 7 | mod_glossary(input, output, session, nfidb, var_thes, numerical_thes,
texts_thes, lang, data_inputs)
mod_mapUI(id, nfidb)
mod_map(input, output, session, data_inputs, nfidb, var_thes, texts_thes,
numerical_thes, lang, cache_list)
|
input |
internal |
output |
internal |
session |
internal |
nfidb |
pool with database connection object |
var_thes |
variables thesaurus df |
numerical_thes |
numerical variables df |
texts_thes |
app translations df |
lang |
reactive with the decalred lang |
data_inputs |
reactive with the reactive data and the data inputs |
id |
shiny id |
cache_list |
inmemory cache |
nfidb |
pool object to access the database |
input |
internal |
output |
internal |
session |
internal |
nfidb |
pool with database connection object |
var_thes |
variables thesaurus df |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.