Skip to content

RScript:Assignment of output of function with multiple parameters is parsed wrong #23

Description

Failing example: a <- c(1,1)
The generated node looks like this:

function call expr{   
id: 
  a<-c 
parameters: 
  1,1}

This should be an assignment operator expr. Other function calls with at most one parameter seem to work fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions