Displaying 1 result from an estimated 1 matches for "gtrendsr".
2016 Apr 27
0
using foreach function with gtrendsR
I have this code which is working
library("checkpoint")
library("gtrendsR")
library("doParallel")
cl<-makeCluster(4)
registerDoParallel(cl)
gconnect(usr = "email at gmail.com", psw = "password", verbose = FALSE)
names <- c("apple","shit", "android", "rocks")
formula <- function(x){
x0 &...