I am trying really hard to undestand how tableau and r works together.
SCRIPT_REAL("mydata <- data.frame(cbind([Exports]=.arg1,
[Crop Year]=.arg2,
[Calendar Date]=.arg3,));
fit <- lm(Exports ~.,data=mydata")
The following error I receive:
Script real is being called with string.
Can someone help me with this?