Skip to content

Commit

Permalink
commented tree table
Browse files Browse the repository at this point in the history
  • Loading branch information
bbest committed Feb 3, 2017
1 parent 5f01ccf commit 1229dca
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions shiny/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,12 @@ ui <- dashboardPage(
#h2("Tree"),
box(
width=12, height=665,
plotOutput('tree')),
box(
width=12,
DT::dataTableOutput('table_tree'))))))
plotOutput('tree'))))))
# plotOutput('tree')),
# box(
# width=12,
# DT::dataTableOutput('table_tree'))))))


# server: backend functions ----
server <- function(input, output, session) {
Expand Down

0 comments on commit 1229dca

Please sign in to comment.