renv/library/R-4.0/x86_64-w64-mingw32/DT/examples/DT-click/ui.R

library(shiny)

navbarPage(

  title = 'Interaction with Table Cells', id = 'x0',

  tabPanel('Table', DT::dataTableOutput('x1')),

  tabPanel('Plot', textInput('x2', 'Row ID'), plotOutput('x3'))

)
MarkNichollsDVSA/TestGolemApp documentation built on Feb. 13, 2021, 1:21 p.m.