R/SEAHORS.R

Defines functions SEAHORS

Documented in SEAHORS

SEAHORS <- function(){
  shiny::addResourcePath('www', system.file('www', package = 'SEAHORS'))
  
  shinyApp(ui = app_ui, server = app_server)
}

Try the SEAHORS package in your browser

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

SEAHORS documentation built on June 8, 2025, 11:36 a.m.