lab/testDeparse.R

func1 <- function(a) {
  return(match.call()[[1]])
}

func2 <- function(d) {
  return(func1(d))
}



func2(Bart)
j2scode/NLPStudio documentation built on May 7, 2019, 8:58 p.m.