Browse Source

Télécharger et non Générer

master
Maxime Wack 7 years ago
parent
commit
acea2b9c88
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.Rmd

+ 1
- 1
index.Rmd View File

@@ -51,7 +51,7 @@ inputPanel(
numericInput("mois", "Mois", (Sys.Date() %>% month) - 1),
numericInput("annee", "Année", Sys.Date() %>% year),
fileInput("crhap", "CRHAP", accept = "text/csv"),
downloadButton("report", "Générer le rapport")
downloadButton("report", "Télécharger le rapport")
)

CRH <- reactive(


Loading…
Cancel
Save