inst/sampleCode/if.R

if(x == 1) {
   10
} else if(x == foo(2)) {
  plot(1:10)
  x + 20
} else
  bar(x)
omegahat/RJavaScript documentation built on May 24, 2019, 1:54 p.m.