Skip to content
Prev 46167 / 63461 Next

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

On 13-07-05 7:40 AM, peter dalgaard wrote:
R itself doesn't make use of the text column, it's for display of code 
by highlighters etc.  So if anyone does assume text is a function name, 
it's their bug, not ours.  In fact, the bug is already there, because 
there is actually one other example which was being parsed properly, 
"**" is translated to "^".  There's no `**` function, but 2**3 works.

Duncan Murdoch

Duncan