Hi,
How should I configure the R tool to get different output to each anchor with 5 seconds delay to each output (Sys.sleep(5)?) ?
Solved! Go to Solution.
write.Alteryx(OutputObject,1) (anchor 1)
write.Alteryx(OutputObject,2) (anchor 2)
@apathetichell wrote:
write.Alteryx(OutputObject,1) (anchor 1)
write.Alteryx(OutputObject,2) (anchor 2)
hi @apathetichell thanks for your response, could I kindly ask you to write whole code for me ? I’m beginner with r code :(
if you have a workflow - you can upload this. but you need your dataframes in R. That's not really something I can help you with. I have no idea what you are doing. I'm just trying to explain that your Objects/DF can be channelled to specific output anchors as per your question.
Hi @apathetichell I uploaded my example workflow in my first post. Maybe it will be useful for you ?
.yxmds dont include data files. .yxzp do. I don't really see the need for R in what you are trying to do.