mirror of
https://github.com/bspeice/betterwithdata_cleaning_4
synced 2025-11-27 05:18:42 -05:00
add plot tab
This commit is contained in:
@ -18,6 +18,7 @@ shinyUI(fluidPage(
|
||||
tabsetPanel(
|
||||
id = 'dataset',
|
||||
tabPanel('emergency2013', dataTableOutput('mytable1')))
|
||||
tabPanel('emergency2013', plotOutput('myplot')))
|
||||
)
|
||||
)
|
||||
))
|
||||
Reference in New Issue
Block a user