[R] Modify objects in function

Barry Rowlingson b.rowlingson at lancaster.ac.uk
Thu Jan 31 16:09:14 CET 2013


>  it lets you do:
>
>  (a~b~c) = foo()

Mistook. should be:

(a~b~c) %=% foo()

 because it defines the %=% operator.

Barry



More information about the R-help mailing list