Nothing
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")
})
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.