search for: onyway

Displaying 1 result from an estimated 1 matches for "onyway".

Did you mean: anyway
2008 Jan 03
2
Suggestion on how to make permanent changes to a single object in a list?
...fooModifier, R will throw an error b/c it can't find the "foo" object. I have to say that for someone coming from languages that have pointers and/or references, it's really frustrating that R fails to allow one to have direct access to the objects' memory space. Onyway, one workaround would be to pass in the whole fooStack object and the index of the elt that you want to modify to the fooModifier fn, but I'd rather not have to pass the whole thing in. Any suggestions? Thanks! Peter Waltman