R/dtedit_demo.R

Defines functions dtedit_demo

Documented in dtedit_demo

#' Run a shiny app showing how the DTedit function works.
#'
#' @export
dtedit_demo <- function() {
	dir <- paste0(find.package('DTedit'), '/shiny_demo')
	message(paste0("Running shiny app from ", dir))
	shiny::runApp(appDir = dir)
}
austin-ith/DTedit documentation built on Feb. 27, 2020, 6:48 a.m.