Browse Source

Test downloader

main
marcelcosta 1 week ago
parent
commit
65f1e39467
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Nitrogen-CIT/app.R

+ 1
- 1
Nitrogen-CIT/app.R

@ -107,7 +107,7 @@ server <- function(input, output) {
},
content = function(file){
writexl::write_xlsx(dades$taula, file)
writexl::write_xlsx(list("Nitrogen"=dades$taula), file)
}
)

Loading…
Cancel
Save