inst/fw_templ/p_blank/global.R

# ----------------------------------------
# --          PROGRAM global.R          --
# ----------------------------------------
# USE: Global variables and functions
#
# NOTEs:
#   - All variables/functions here are
#     globally scoped and will be available
#     to server, UI and session scopes
# ----------------------------------------

library(shiny)
library(periscope)


# -- Setup your Application --
set_app_parameters(title = "Set title in global.R using set_app_parameters()",
                   titleinfo = NULL,
                   loglevel = "DEBUG",
                   showlog = FALSE,
                   app_version = "1.0.0")

# -- PROGRAM --
neuhausi/periscope documentation built on Nov. 9, 2023, 11:07 a.m.