Multiple outputs from nested loops
Multiple outputs from nested loops
(OP)
I have a relatively long programming function containing nested loops and am trying to retrieve more than one output from them. Is there a way I can assign a value within a function as a global variable? Or return more than one output using some other method?
Thanks
Thanks





RE: Multiple outputs from nested loops
output <- augment(vector1, vector2...)
Peter
RE: Multiple outputs from nested loops