R/vdist-app.R

Defines functions vdist_launch_app

Documented in vdist_launch_app

#' @title Launch shiny app
#' @description Launches shiny app for visualizing distributions.
#' @examples
#' \dontrun{
#' vdist_launch_app ()
#' }
#' @export
#'
vdist_launch_app  <- function() {
	
	xplorerr::app_descriptive()
}
 

Try the vistributions package in your browser

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

vistributions documentation built on May 20, 2021, 5:06 p.m.