Nothing
#' @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"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.