usr-activities/app.R

#
# This is a Shiny web application. You can run the application by clicking
# the 'Run App' button above.
#
# Find out more about building applications with Shiny here:
#
#    http://shiny.rstudio.com/
#

library(shiny)
library()
# Define UI for application that draws a histogram
ui <- poster(context = htmltools::includeHTML("event_introduction.txt"))

# Define server logic required to draw a histogram
server <- function(input, output) {

}

# Run the application
shinyApp(ui = ui, server = server)
tpemartin/usrApp documentation built on Sept. 4, 2022, 1:49 p.m.