This website works better with JavaScript.
Home
Explore
Help
Sign In
marcelcosta
/
invivos
Watch
1
Star
0
Fork
0
Code
Issues
3
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Añadidas las pestañas grupos y sexo en el template.
master
marcelcosta
1 year ago
parent
d0c7391cae
commit
7919952784
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
invivos/app.R
+ 1
- 1
invivos/app.R
View File
@ -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"
)
}
)
Write
Preview
Loading…
Cancel
Save