inst/shiny_apps/RPC/Source/UI/explore.R

Explore_UI <- function(id, label="Explore") {

  ns <- NS(id)
  tagList(

  )

}

Explore_Server <- function(id) {
  moduleServer(id,
    function(input, output, session) {

      output$Intro <- renderText({
        "Explore operating models here"
      })

    }
  )
}
Blue-Matter/RPC documentation built on Feb. 3, 2025, 11:20 a.m.