inst/samples/parallel.R

{
  electionResults = read.table("myData")
}

{
  population = read.table("pop")
}

{
  census = read.table('ethnicity')
}


{
  f = foo()
  plot(electionResults, census, population)
}

{
  y = bar(f)
}

{
  p = plot(y)
}

{
 op1(z)
}
duncantl/CodeDepends documentation built on Oct. 22, 2023, 9:16 p.m.