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)
}
jbryer/DTedit documentation built on Oct. 22, 2022, 8:36 a.m.