Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
tcga_shiny
Commits
e559b561
Commit
e559b561
authored
May 22, 2019
by
Jeremy Mathews
Browse files
Full Blank Page Fix Post Testing
parent
c917a5c3
Pipeline
#3953
passed with stages
in 1 minute and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
vizapp/server.R
View file @
e559b561
...
...
@@ -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
()
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment