tests/generated/script5.R

# Three processes
x = 1
y = 2
z = 3

a = x + y
b = y + z
out = a + b + x
write.table(out, "script5.R.log")

Try the makeParallel package in your browser

Any scripts or data that you put into this service are public.

makeParallel documentation built on May 2, 2019, 9:40 a.m.