R/workflow_module.R

Defines functions workflow_server workflow_UI

#' @export
workflow_UI <- function(id){
  ns <- NS(id)
  tabItem(
    tabName = 'WF',
    h2("Workflow"),

    p("Put Search in here"),
    p ("put filters in here"),
    p("put flows in here"),
    p("meter counts in here")
  )

}


#' @export
workflow_server <- function(id){
  moduleServer(id, function(input, output, session) {
  })
}
james-ferguson/servicedenergymanagement documentation built on June 17, 2020, 3:41 p.m.