Skip to content
Prev 46169 / 63461 Next

should the text for RIGHT_ASSIGN be -> in getParseData()?

On Fri, Jul 5, 2013 at 12:57 PM, Duncan Murdoch
<murdoch.duncan at gmail.com> wrote:

            
Is there any reason right-assign with "->" still exists? How much
code on CRAN uses it, and how trivially could it be excised? Can we
also have 'up assign'  and "down assign" so I can do:

 >     3
 > x -^
 > x -v
 >     4

 - they make just as much sense.

 Okay, lets see all the edge cases.....

Barry