knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(unhcrdatapackage)

mod_home

this is a shared module that takes all the parameters to filter the data.. https://stackoverflow.com/questions/69172472/shiny-modules-inside-other-modules/69173076#69173076


Shared Modules

The app includes 2 shared modules -

mod_input

this is a shared module that takes all the parameters to filter the data.. https://stackoverflow.com/questions/69172472/shiny-modules-inside-other-modules/69173076#69173076


mod_plotviz

This module take as an argument the plot based on the library and the reactive values from the app.


Interface Componnnent

The interface component allows to navigate within the library from home page - typically each is behind a series of shinydashboard::tabItem

Then each module includes different tabsets for each of the pplotting functions presented

mod_categories


mod_origin


mod_destination


mod_demographics


mod_processing


mod_solution


mod_migrants




Edouard-Legoupil/unhcrdatapackage documentation built on Nov. 6, 2023, 6:10 p.m.