We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adf7cb commit 9aea6d7Copy full SHA for 9aea6d7
R/launch_megaplots.R
@@ -41,7 +41,7 @@
41
#' @return A shiny app
42
43
launch_megaplots <- function(host = "0.0.0.0", port = 3838, ...) {
44
- png(tempfile(), width = 800, height = 600)
+ pdf(NULL)
45
invisible(dev.off())
46
golem::with_golem_options(
47
app = shinyApp(
0 commit comments