R/mod-line_graph_ui.R

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