How do you create a flow variable inside of a R scripting node? What is the proper syntax?
I know how to create flow variables in python nodes by using the following syntax
flow_variables["variablename"] = variable
However this syntax doesn't work in R even when I change the assignment operator. What is the proper R syntax?