inst/shiny-examples/03-realtime/ui.R

library(shiny)

shinyUI(
    fluidPage(
        titlePanel("RGA package: realtime demo"),
        fluidRow(
            uiOutput("auth_button")
        ),
        fluidRow(
            textOutput("active_users")
        )
    )
)

Try the RGA package in your browser

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

RGA documentation built on May 2, 2019, 6:47 a.m.