packrat/lib/x86_64-apple-darwin15.6.0/3.6.0/CodeDepends/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)
}
adnaniazi/krauseNiazi2019Analyses documentation built on June 9, 2019, 7:22 p.m.