lab/testDeparse.R

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

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



func2(Bart)
j2scode/nlpStudio documentation built on May 9, 2019, 12:54 p.m.