R/ui_plot_view.R

Defines functions ui_plot_view

# ui module function for the Tab: "Plot View"

ui_plot_view <- function(id) {
  
  ns <- shiny::NS(id)
  
  # ui is dynamically prepared in the server function(s)
  shiny::uiOutput(ns("ui_plot_view"))
  
}
Johanna-Mestorf-Academy/sdsbrowser documentation built on March 16, 2024, 12:21 p.m.