Skip to content
Snippets Groups Projects
Commit c917a5c3 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Remove blank page with onefile=FALSE

parent 3710a5e1
Branches
Tags
2 merge requests!16Develop,!14Resolve "blank page on survival plot download"
Pipeline #3950 passed with stages
in 37 seconds
......@@ -506,7 +506,7 @@ shinyServer(
filename = function() { paste0("plot", '.pdf') },
content = function(file) {
#ggsave(file = file, plot = plotInput(), device = "pdf")
pdf(file)
pdf(file, onefile=FALSE)
plotInput()
dev.off()
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment