Browse Source

Añadidas las pestañas grupos y sexo en el template.

master
marcelcosta 1 year ago
parent
commit
7919952784
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      invivos/app.R

+ 1
- 1
invivos/app.R

@ -336,7 +336,7 @@ server <- function(input, output) {
) )
dtemplate<-template dtemplate<-template
} }
write.xlsx(dtemplate,file)
write.xlsx(list("Measures"=dtemplate, "Groups"=NULL,"Sex"=NULL), "test.xlsx")
} }
) )

Loading…
Cancel
Save