R/init_shiny_exploratorio.R

#' STARTUP
#' @author Diego
#' @return Sniny app
#' @export
#'
init_shiny_exploratorio <- function(){
  rm(envir = .GlobalEnv, list = ls(envir = .GlobalEnv))
  Sys.setenv("LANGUAGE"="ES")
  options(encoding = "utf8")
  shiny::runApp(appDir = system.file("application", package = "EXPLORER"), launch.browser = TRUE)
}
PROMiDAT/Sistema-Exploratorio documentation built on May 10, 2019, 3:15 a.m.