inst/examples/issue19.R

f <- function(x) g(x)
g <- function(x) {
    h(x)
}
h <- function(x) {
      k1(x) + k2(x) + my_var
}
my_var <- 1

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.