I need an object created in a user defined function to be accessible to
another user defined function. I am fairly certain the object is correctly
created as it prints when I use the return() function, however the 2nd
function seems unable to use it.

I am guessing objects created in functions are not globally accessible, is
this correct?

What is an appropriate way to pass the object to the second function?
(I have tried defining it as a parameter when calling the 2nd function from
within the 1st).

Cheers!

-- 
Murray Pung
Statistician, Datapharm Australia Pty Ltd
0404 273 283

        [[alternative HTML version deleted]]

______________________________________________
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