Skip to contents

Load application database with only used tables

Usage

load_database(
  r = shiny::reactiveValues(),
  m = shiny::reactiveValues(),
  i18n = character()
)

Arguments

r

Shiny reactive value, used to communicate between modules

m

Shiny reactive value, used to communicate between modules

i18n

Translator object from shiny.i18n library

Examples

if (FALSE) {
load_database(r = r, m = m, i18n = i18n)
}