set_app_parameters {periscope} | R Documentation |
Set Application Parameters
Description
This function sets global parameters customizing the shiny application.
Usage
set_app_parameters(
title,
titleinfo = NULL,
loglevel = "DEBUG",
showlog = TRUE,
app_version = "1.0.0"
)
Arguments
title |
application title text |
titleinfo |
character string, HTML value or NULL
|
loglevel |
character string designating the log level to use for the userlog (default = 'DEBUG') |
showlog |
enable or disable the visible userlog at the bottom of the body on the application. Logging will still take place, this disables the visible functionality only. |
app_version |
character string designating the application version (default = '1.0.0'). |
Shiny Usage
Call this function from program/global.R
to set the application
parameters.