Re: [R] help with parellel processing and RSelenium

2021-12-14 Thread akshay kulkarni
kulkarni ; R help Mailing list Subject: Re: [R] help with parellel processing and RSelenium Hello, Inline. �s 16:43 de 12/12/21, akshay kulkarni escreveu: > dear members, > I am a stock trader based in INDIA using R for my > research. I have two questions: >

Re: [R] help with parellel processing and RSelenium

2021-12-12 Thread Bert Gunter
I would suggest instead: foo <- function(pars){ with(pars, (res <- (x + y)*z^w list(result = res, message = alpha) )) } On Sun, Dec 12, 2021, 9:12 AM Rui Barradas wrote: > Hello, > > Inline. > > Às 16:43 de 12/12/21, akshay kulkarni escreveu: > > dear members, > >

Re: [R] help with parellel processing and RSelenium

2021-12-12 Thread Rui Barradas
Hello, Inline. Às 16:43 de 12/12/21, akshay kulkarni escreveu: dear members, I am a stock trader based in INDIA using R for my research. I have two questions: 1. I want to send the same function with different arguments to different cores. This link in SO

[R] help with parellel processing and RSelenium

2021-12-12 Thread akshay kulkarni
dear members, I am a stock trader based in INDIA using R for my research. I have two questions: 1. I want to send the same function with different arguments to different cores. This link in SO