|
@ -593,7 +593,7 @@ server <- function(input, output) { |
|
|
paste("invivo-vols", ".xlsx", sep="") |
|
|
paste("invivo-vols", ".xlsx", sep="") |
|
|
}, |
|
|
}, |
|
|
content = function(file){ |
|
|
content = function(file){ |
|
|
dtemplate<-analysis$taula_vol |
|
|
|
|
|
|
|
|
dtemplate<-analysis$taula |
|
|
write.xlsx(dtemplate,file) |
|
|
write.xlsx(dtemplate,file) |
|
|
} |
|
|
} |
|
|
) |
|
|
) |
|
|