inst/ProstarApp/ui/ui_LogSession.R

tabPanel("Session logs",
         value = "SessionLogsTab",
         
         tabsetPanel(
             id = "test",
             tabPanel("Session logs",
                      value = "ChangeDataset",
                      sidebarCustom(),
                      tagList(
                        DT::dataTableOutput("logSession", width = "800px")
                      )
             ),
            tabPanel("R source code (Deprecated)", 
                     tagList(
                       uiOutput("InfoTextSourceCode"),
                      uiOutput("code")
                     )
             )
         )
)

Try the Prostar package in your browser

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

Prostar documentation built on April 11, 2021, 6 p.m.