Skip to content
Prev 277492 / 398506 Next

Create a function with multiple object as an output

Ana
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.