Hi
I want ot run an R script as a local job , which contains a parlapply function. I defined the variables with clusterExport(cl, list("URL", "read_text")), but it reads from the global environment. Is there a way to specify to read from the local environment?