R/shiny_extras.R

Defines functions .sns

#' @importFrom shinyWidgets dropdownButton
#' @importFrom DT dataTableOutput
.sns <- function(x) {

sw <- dropdownButton()

dt <- dataTableOutput(outputId = x)

return = list(sw, dt)

}

Try the powdR package in your browser

Any scripts or data that you put into this service are public.

powdR documentation built on Aug. 13, 2021, 5:08 p.m.