#' This is an example of a shiny package
#'
#'
#' Get into reactive programming with shiny
#' @return A shiny app for descriptive and inferential statistics
#' @export
#'
#' @examples
#' shineyapp()
shineyapp <- function(){
shiny::runApp(system.file("app", package="Statpackage"),launch.browser = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.