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 6195df7 commit 01870dcCopy full SHA for 01870dc
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
- pdf(NULL)
+ png(tempfile(), width = 800, height = 600)
45
invisible(dev.off())
46
golem::with_golem_options(
47
app = shinyApp(
0 commit comments