R/archeofrag.gui.R

Defines functions archeofrag.gui

Documented in archeofrag.gui

archeofrag.gui <- function(){
  shiny::addResourcePath('www', system.file('www', package = 'archeofrag.gui'))
  doParallel::registerDoParallel() # by default, half of parallel::detectCores()
  # foreach::getDoParWorkers() 
  shinyApp(ui = ui, server = server)
}


 

Try the archeofrag.gui package in your browser

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

archeofrag.gui documentation built on April 11, 2025, 5:59 p.m.