inst/shinyapps/RacmacsGUI/app.R

# Racmacs shiny web application
old <- options()
on.exit(options(old))
options(shiny.maxRequestSize = 30*1024^2)

# This is the user interface function which controls user interface setup
ui <- Racmacs:::mapGUI_ui()

# This is the server function which controls how the input data is processed
server <- Racmacs:::mapGUI_server()

# This creates the actual app that will run
shinyApp(ui, server)

Try the Racmacs package in your browser

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

Racmacs documentation built on June 22, 2024, 11:33 a.m.