From 79199527845e786d037cbc60db83013286431745 Mon Sep 17 00:00:00 2001 From: marcelcosta Date: Fri, 27 Jan 2023 12:16:17 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1adidas=20las=20pesta=C3=B1as=20grupos=20?= =?UTF-8?q?y=20sexo=20en=20el=20template.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- invivos/app.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invivos/app.R b/invivos/app.R index c4da854..46d7037 100755 --- a/invivos/app.R +++ b/invivos/app.R @@ -336,7 +336,7 @@ server <- function(input, output) { ) dtemplate<-template } - write.xlsx(dtemplate,file) + write.xlsx(list("Measures"=dtemplate, "Groups"=NULL,"Sex"=NULL), "test.xlsx") } )