Hi the list
Is it possible to add one argument to the arguments contain in ... ?
I would like to do :
f <- function(ttt,...)[
if(... does not contain the args uuu)
[add uuu=3 to ...]
else[]
g(ttt,...)
]
More precisely, my function g is a callNextMethod()
Thanks
Christophe
PS: sorry for using [ instead of accolade, I am not in my contry and I
do not manage to get the accolade on this ¤¦²¤£$¤@ keybord...
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.