Hi Alteryx Community,
I am looking to implement a simple macro which makes use of the R tool. I won't bore you with what the actual script does but it outputs a simple DF (of in-built `data.frame` class so conversion SHOULDN'T be the issue here). However, the process just hangs at the write step. The process is very fast up to this point, I'm sure the data is there (using `print`/`head`/`tail`/`'length`/etc). Does anyone have any idea what it possibly might be? In case it's some DType issue the output data uses `int`, `chr`, `POSIXct`, and `num` types (so stock standard types).
Thanks for any and all help!
EDIT: I got the data to pass through preliminarily by explicitly casting all the cols to `char` so I think it's to due to types. Will work through further by myself, but please free to let me know if there is a glaring issue some one can see.