From 78a2bdc96baa5fe5f5569f2c3b3aa9b206cdf0dd Mon Sep 17 00:00:00 2001 From: marcelcosta Date: Fri, 27 Jan 2023 12:30:31 +0100 Subject: [PATCH] Corregir error en el grabado del template. --- invivos/app.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invivos/app.R b/invivos/app.R index 46d7037..9f9a0d7 100755 --- a/invivos/app.R +++ b/invivos/app.R @@ -336,7 +336,7 @@ server <- function(input, output) { ) dtemplate<-template } - write.xlsx(list("Measures"=dtemplate, "Groups"=NULL,"Sex"=NULL), "test.xlsx") + write.xlsx(list("Measures"=dtemplate, "Groups"=NULL,"Sex"=NULL), file) } )