#' @title shinyhist
#'
#'
#'
#' @description This app function uses bootstrapping to resample a sample
#' from a normal distribution with a mean of 0, and the variance is adjustable with a slider
#'
#'
#' @export
#'
#' @examples
#' \dontrun{ shinyhist()}
shinyhist<-function(){
shiny::runApp(system.file("shiny", package="glowup"),launch.browser = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.