[R] Create a function with multiple object as an output

anaraster rrasterr at gmail.com
Tue Nov 15 22:10:53 CET 2011


I've seen some questions regarding the output of multiple objects from a
function, however the suggestions  all end up suggesting the use of
return(list(result1=result1, result2=result2 , result3=result3)).

How can I return multiple objects that are 2 big to be added to a list?


--
View this message in context: http://r.789695.n4.nabble.com/Create-a-function-with-multiple-object-as-an-output-tp4074226p4074226.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list