inst/shiny/server.R

library(shiny)
library(shinyjs)
library(shinycssloaders)
reactiveConsole(TRUE)
library(tidyverse, lib.loc = Sys.getenv('lib.loc'))
library(zoo)
library(ggplot2)
library(ggthemes)
library(ggdark)
library(profvis)


shinyServer(function(input, output, session) {

  Sys.sleep(1)
  observe({
    removeUI(selector = "#loading-content")
    shinyjs::show("main_nav")
  })
})

Try the normfluodbf package in your browser

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

normfluodbf documentation built on Nov. 6, 2025, 1:12 a.m.