Ifeanyi commited on
Commit
3000c76
·
1 Parent(s): ef8d58a

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -89,7 +89,7 @@ text_input <- reactive(input$text)
89
 
90
  trend <- function(){
91
 
92
- gt <- gtrends(keyword = c(text_input()),geo = c(check_input()),gprop = radio_input(),
93
  time = radio_time())
94
 
95
  p <- plot(gt)
 
89
 
90
  trend <- function(){
91
 
92
+ gt <- gtrends(keyword = text_input(),geo = check_input(),gprop = radio_input(),
93
  time = radio_time())
94
 
95
  p <- plot(gt)