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
Cambio en el export de los volúmenes para usar la variable analysis$taula en vez de analysis$taula_vol-
master
marcelcosta
1 year ago
parent
be29b3309d
commit
d14c5603f0
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
@ -593,7 +593,7 @@ server <- function(input, output) {
paste
(
"
invivo-vols"
,
"
.xlsx"
,
sep
=
"
"
)
}
,
content
=
function
(
file
)
{
dtemplate
<-
analysis
$
taula
_vol
dtemplate
<-
analysis
$
taula
write.xlsx
(
dtemplate
,
file
)
}
)
Write
Preview
Loading…
Cancel
Save