I am attempting to use magic ETL, and keep getting the following error message whenever I attempt to use R:
Warning message:
In if (class(df[[colName]]) == "factor" | verbatim) { :
the condition has length > 1 and only the first element will be used
I've attempted on several data sets with just the basic template code, and keep getting the same result.