R/runBeginnerIntermediateExample.R

#' Run Beginner-Intermediate Example Shiny App
#'
#' This function runs the Beginner-Intermediate example app.
#' @export
#' @examples
#' runBeginnerIntermediateExample()

runBeginnerIntermediateExample <- function(){

  shiny::runApp(file.path(find.package("Jan2018ShinyMeetupCRUG"),"Apps", "Beginner-Intermediate"))


}
chasemc/Jan2018ShinyMeetupCRUG documentation built on May 13, 2019, 8:23 a.m.