Skip to content

Commit

Permalink
prevent pdf creation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgood committed Apr 6, 2017
1 parent 38580f9 commit 51b24c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
#_______________________________________________________________________________

#_______________________________________________________________________________
pdf(file = NULL)
#_______________________________________________________________________________

# server function
function(input, output){

Expand Down
4 changes: 4 additions & 0 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
source("upas_functions.R")
#_______________________________________________________________________________

#_______________________________________________________________________________
pdf(file = NULL)
#_______________________________________________________________________________

#_______________________________________________________________________________
# ui function
fluidPage(
Expand Down

0 comments on commit 51b24c9

Please sign in to comment.