[R] modifying the dots argument - how?

Mark Heckmann mark.heckmann at gmx.de
Thu Mar 11 12:23:22 CET 2010


Is there a way to modify the dots-argument?
Let's consider I have a function that passes on its ... arguments to  
another function.
For some reason I know, that some elements in ... will cause problems.
Can I modify the ... structure somehow, e.g. delete elements?

foo <- function(...){
	innerFoo <- function(...){
		
	}

	AT THIS POINT I WANT TO MODIFY THE CONTENT OF ... BEFORE IT IS PASSED  
ON

	innerFoo(...)
}

Thanks,
Mark

–––––––––––––––––––––––––––––––––––––––
Mark Heckmann
Dipl. Wirt.-Ing. cand. Psych.
Vorstraße 93 B01
28359 Bremen
Blog: www.markheckmann.de
R-Blog: http://ryouready.wordpress.com



More information about the R-help mailing list