R/mod-barplot_ui.R

#' UI for barplot module
#'
#' @param id string used to namespace module
#' @return an UI snippet
#' @import shiny
#' @import plotly
#' @noRd
barplot_ui <- function (id) {
  ns <- shiny::NS(id)
  shiny::tagList(
    plotly::plotlyOutput(ns("barplot"), height = "500px")
  )
}
ikbentimkramer/cdphmd documentation built on Jan. 28, 2021, 2:51 p.m.