inst/shiny-examples/LPExample/server.R

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

library(shiny)

# Define server logic
shinyServer(function(input, output, session) {



})
jasdumas/shinyLP documentation built on Oct. 29, 2023, 9:15 a.m.