inst/shiny/shiny_server/extra_shiny_backend.R

############
# Sets static paths for the shiny app: loaded in server.R
##############
server.src.folder <- system.file("shiny", "shiny_server", 
                package = "openPrimeRui")
source(file.path(server.src.folder, "extra_set_paths.R"))
AVAILABLE.TOOLS <- openPrimeR:::check.tool.function(frontend = TRUE)
# increase font size for ggplot objects for shiny:
OLD.GG.THEME <- ggplot2::theme_get()
ggplot2::theme_set(ggplot2::theme_grey(base_size = 20)) 

Try the openPrimeRui package in your browser

Any scripts or data that you put into this service are public.

openPrimeRui documentation built on Nov. 8, 2020, 6:44 p.m.