inst/testscripts/source4.r

# This script does not assume the existance of any variables and is supposed to 
# execute locally using ddg.source. It also uses ddg.return and ddg.procedure.
x <- 5
f <- function(w){
  return(w+1)
}

# just random testing
y <- 4
z <- f(x) + y

# parameter with the same name??
w <- f(x)
End-to-end-provenance/provParseR documentation built on Aug. 16, 2022, 11:38 a.m.