R/wpm.R

Defines functions wpm

Documented in wpm

##' Run the Shiny Application of Well Plate Maker
##'
##' @param ... A series of options to be used inside the app.
##' @return a shiny application object with golem options
##'
##' @examples
##' if(interactive()) {wpm()}
##' @export
wpm <- function(...) {
    golem::with_golem_options(
        app = shiny::shinyApp(ui = app_ui, server = app_server),
        golem_opts = list(...)
    )
}
HelBor/wpm documentation built on June 15, 2021, 4:16 p.m.