[R] Apply a loop containing a function on a list

ali_protocol mohammadianalimohammadian at gmail.com
Wed Mar 14 08:51:20 CET 2012


Hi all,
I want to do this:
	
	B.list$aa= (a loop containing My.fun acting on the reults of second
function on a A.list$aa))
or, overally 		
	B.list$aa = function (A.list$aa)
B.list and A.list has many sublists aa, ab and.... Is there a way I can
apply the function and loop on all sublists of A.list and get B.list?


Thanks in advance.

--
View this message in context: http://r.789695.n4.nabble.com/Apply-a-loop-containing-a-function-on-a-list-tp4471188p4471188.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list