R/iglu_shiny.R

Defines functions iglu_shiny

Documented in iglu_shiny

#' Run IGLU Shiny App
#'
#' @export
#'
#' @importFrom DT renderDataTable
# https://deanattali.com/2015/04/21/r-package-shiny-app/
iglu_shiny <- function() {
  appDir <- system.file('shiny_iglu', package = 'iglu')

  shiny::runApp(appDir, display.mode = 'normal')
}

Try the iglu package in your browser

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

iglu documentation built on Oct. 20, 2023, 5:07 p.m.