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.

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

Reply via email to