@@ -280,7 +280,7 @@ server <- function(input, output) {
dev.off()
dev.off()
save(dades$plot,list="plot",file="plot.RObject")
save(dades$plot,list="plot",file="plot.RObject")
zip(file,
zip(file,
c("plot.png","plot.RObject")
c("plot.png")
)
)
}
}
)
)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.