tests/generated/script1.R

v1 = "foo1"
v2 = "foo2"
x <- paste0(v1, v1)
y <- paste0(v2, v2)
xy <- paste0(x, y)
writeLines(xy, "script1.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.