R/start_mmd.R

Defines functions StartMMD start_mmd

Documented in start_mmd StartMMD

start_mmd <- function() {
    ## Define the UI and server files for the app:
    app <- shiny::shinyApp(ui = ui, server = server)
    ## Define a folder that contains a CSS sheet:
    shiny::addResourcePath(prefix = "style", directoryPath = system.file("css", package = "AnthropMMD"))
    ## Run the app:
    shiny::runApp(app)
}

StartMMD <- function() {
    .Deprecated("start_mmd")
    start_mmd()
}

Try the AnthropMMD package in your browser

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

AnthropMMD documentation built on Aug. 8, 2023, 5:12 p.m.