[R] pass list of args to function call
darckeen
darckeen at hotmail.com
Wed Jul 28 22:23:06 CEST 2010
I was wondering how i can get a list of arguments to evaluate within function
call. I'd like to be able do something like this:
#mod <- glm(y~1,data=df,family="binomial")
opt <- list(family="binomial")
mod <- glm(y~1,data=df,opt)
Any idea how this can be done properly? TIA
--
View this message in context: http://r.789695.n4.nabble.com/pass-list-of-args-to-function-call-tp2305559p2305559.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list