inst/rsp_tests/ifdef.R

# RSP preprocessing variable 'DEBUG' exists.
# RSP preprocessing variable 'UNKNOWN' does not exists.

make_addition = function(a, b) {
  c=a+b
  plot(c)
  return(c)
}

Try the R.rsp package in your browser

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

R.rsp documentation built on June 28, 2022, 1:05 a.m.