Modify objects in function
it lets you do: (a~b~c) = foo()
Mistook. should be: (a~b~c) %=% foo() because it defines the %=% operator. Barry
it lets you do: (a~b~c) = foo()
Mistook. should be: (a~b~c) %=% foo() because it defines the %=% operator. Barry