This website works better with JavaScript.
Home
Explore
Help
Sign In
marcelcosta
/
Elispots-app
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Test1
master
Costa
3 years ago
parent
e6f091471d
commit
73102c13e2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.R
+ 1
- 1
app.R
View File
@ -280,7 +280,7 @@ server <- function(input, output) {
dev.off
(
)
save
(
dades
$
plot
,
list
=
"
plot"
,
file
=
"
plot.RObject"
)
zip
(
file
,
c
(
"
plot.png"
,
"
plot.RObject"
)
c
(
"
plot.png"
)
)
}
)
Write
Preview
Loading…
Cancel
Save