Browse Source

Cambio de paquete para exportar

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

+ 2
- 1
Nitrogen-CIT/app.R

@ -1,5 +1,6 @@
library(shiny)
library(readxl)
library(openxlsx)
library(DT)
library(dplyr)
@ -107,7 +108,7 @@ server <- function(input, output) {
},
content = function(file){
writexl::write_xlsx(list("Nitrogen"=dades$taula), file)
write.xlsx(list("Nitrogen"=dades$taula), file)
}
)

Loading…
Cancel
Save