inst/shiny-examples/02-auth/ui.R

library(shiny)

shinyUI(
    fluidPage(
        titlePanel("RGA package: authorization demo"),
        fluidRow(
            uiOutput("auth_links")
        ),
        fluidRow(
            DT::dataTableOutput("accounts")
        )
    )
)
Amatcov/RGA-essentials documentation built on Nov. 27, 2019, 12:01 a.m.