Last chance! 50% off unlimited learning
Sale ends in
NULL
is returned. The routine is useful for
processing gam formulae.get.var(txt,data)
data
or when
parsed is an expression that can be evaluated in data
. It can also be neither in which case the
function returns NULL
.NULL
gam
y <- 1:4;dat<-data.frame(x=5:10)
get.var("x",dat)
get.var("y",dat)
get.var("x==6",dat)
Run the code above in your browser using DataLab