383. IMPROPER SYNTAX FOR R INTERFACE.

There is a syntax error in a call to the R package. The current syntax is fairly simple in that you may transfer only one object at a time. For example, reading a set and an attribute from R in one statement is not possible. You will need to split the call up into two statements—one to read the set and then a second to read the attribute values.