R/stat201.r

#' normalApp
#' 
#' Run the normal distribution app.
#'
#' @export
normalApp <- function()
{
  shiny::runApp(file.path(system.file("shiny/normal", package="stat201")))
}



#' clt
#' 
#' Run the central limit theorem app.
#'
#' @export
cltApp <- function()
{
  shiny::runApp(file.path(system.file("shiny/clt", package="stat201")))
}
wrathematics/stat201 documentation built on May 4, 2019, 10:54 a.m.