R/ui_function.R

# launcher UI function


valueBoxOutput_custom <- function (outputId, width = 4, style = NULL)
{
    shiny::uiOutput(outputId, class = paste0("col-sm-", width), style = style)
}

infoBoxOutput_custom <- function (outputId, width = 4, style = NULL)
{
    shiny::uiOutput(outputId, class = paste0("col-sm-", width), style = style)
}
qinzhu/PIVOT.launcher documentation built on May 26, 2019, 11:35 a.m.