Ifeanyi commited on
Commit
cc7609e
·
1 Parent(s): f7c6751

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -130,7 +130,7 @@ output$plot_download <- downloadHandler(
130
  },
131
  content = function(file){
132
  jpeg(file)
133
- trend2()
134
  dev.off()
135
  }
136
  )
 
130
  },
131
  content = function(file){
132
  jpeg(file)
133
+ trend()
134
  dev.off()
135
  }
136
  )