R/runShinyApp.R

Defines functions runShinyApp

Documented in runShinyApp

#' @title Run Shiny App
#' @description Runs the log-rank test power and sample size calculation
#' Shiny app.
#'
#' @return No return value, called for side effects.
#'
#' @author Kaifeng Lu, \email{kaifenglu@@gmail.com}
#'
#' @export
runShinyApp <- function() {
  shiny::shinyAppDir(system.file("shinyApp", package = "lrstat"))
}

Try the lrstat package in your browser

Any scripts or data that you put into this service are public.

lrstat documentation built on Oct. 18, 2024, 9:06 a.m.