Skip to content

Commit

Permalink
reset to learning mode
Browse files Browse the repository at this point in the history
  • Loading branch information
areedv committed Jul 20, 2021
1 parent ef44040 commit ebbb810
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions inst/shinyApps/app1/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,35 +46,35 @@ ui <- shiny::tagList(
# )
),
shiny::tabPanel("Samlerapport"
,
shiny::tabPanel("Fordeling av mpg",
shiny::sidebarLayout(
shiny::sidebarPanel(
width = 3,
shiny::selectInput(
inputId = "varS",
label = "Variabel:",
c("mpg", "disp", "hp", "drat", "wt", "qsec")),
shiny::sliderInput(
inputId = "binsS",
label = "Antall grupper:",
min = 1,
max = 10,
value = 5),
shiny::selectInput(
inputId = "formatS",
label = "Velg format for nedlasting:",
choices = list(PDF = "pdf", HTML = "html")
),
shiny::downloadButton(
outputId = "downloadSamlerapport",
label = "Last ned!")
),
shiny::mainPanel(
shiny::uiOutput("samlerapport")
)
)
)
# ,
# shiny::tabPanel("Fordeling av mpg",
# shiny::sidebarLayout(
# shiny::sidebarPanel(
# width = 3,
# shiny::selectInput(
# inputId = "varS",
# label = "Variabel:",
# c("mpg", "disp", "hp", "drat", "wt", "qsec")),
# shiny::sliderInput(
# inputId = "binsS",
# label = "Antall grupper:",
# min = 1,
# max = 10,
# value = 5),
# shiny::selectInput(
# inputId = "formatS",
# label = "Velg format for nedlasting:",
# choices = list(PDF = "pdf", HTML = "html")
# ),
# shiny::downloadButton(
# outputId = "downloadSamlerapport",
# label = "Last ned!")
# ),
# shiny::mainPanel(
# shiny::uiOutput("samlerapport")
# )
# )
# )
),
shiny::tabPanel("Abonnement"
# ,
Expand Down

0 comments on commit ebbb810

Please sign in to comment.