0
Q:

can we make foreach nested

x <-
  foreach(b=bvec, .combine='cbind') %:%
    foreach(a=avec, .combine='c') %do% {
      sim(a, b)
    }
x
0

New to Communities?

Join the community