R/launchApp.R

Defines functions shiny_beta

Documented in shiny_beta

#' Shiny app for computing and evaluating the alpha and beta parameters of Beta distributions
#'
#' @export
shiny_beta <- function() {

  shiny::shinyApp(
    ui = ui,
    server = server
    )

  }
AurMad/betadistapp documentation built on Feb. 29, 2020, 12:44 a.m.