inst/samples/branch.R

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

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

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


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

{
  y = bar(f)
}

{
 B = plot(y)
}

{
 B = plot(y)
}

{
 z = plot(y, B)
}

{
 op1(z)
}

Try the CodeDepends package in your browser

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

CodeDepends documentation built on May 2, 2019, 4:19 a.m.