test/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(myshinytestpackage)

# Run the application
shiny::shinyApp(ui = ui, server = server)
mariodejung/myshinytestpackage documentation built on May 21, 2019, 11:46 a.m.