Skip to content
Snippets Groups Projects
Commit 1f8754c3 authored by thierrychambert's avatar thierrychambert
Browse files

Added the button for dynmaic report in ui.R

parent 614a00b2
No related branches found
No related tags found
No related merge requests found
......@@ -783,17 +783,8 @@ rm(list = ls(all.names = TRUE))
## Report
{tabPanel(title = "Rapport",
br(),
radioButtons(inputId = "lifestyle",
h4("Mode de vie de l'espce"),
choices = c("Sdentaire", "Non-sdentaire nicheur", "Non-sdentaire hivernant", "Migrateur de passage")),
numericInput(inputId = "wind_farm_nb",
h4("Nombre de parcs"),
value = 1, min = 0, max = Inf, step = 1),
numericInput(inputId = "wind_turbine_nb",
h4("Nombre d'oliennes"),
value = 1, min = 0, max = Inf, step = 1)
br(" "),
downloadButton("report", "Generate report")
)} # End tabPanel
) # End tabSetPanel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment