Hello,
i was succesfull with static R script insede RCaller transformer. But, when i try to include some FME parametres insede R script like this:
kr = autoKrige(h~1, new_data = grid, input_data = measures, nmax = $(NMAX), maxdist = $(MAXDIST))
I got this error:
Error: unexpected '$' in:
So this is clear syntax error message complaining about $ inside that script. But is there way how can I pass FME parameters to R script inside RCaller?