Hi,
I am facing the issue that RTool. It is not giving output in alteryx workflow. I have attached the input file and workflow.
Regards
Rakesh Kumar
The below code worked for me.
library("data.table")
Input3 <- read.Alteryx("#1")
Input3 <- as.data.table(Input3)
Hi @rakeshkumar801,
I don't think I can open your workflow properly:
Can you check if it wouldn't start to work if you will change the file path and used create a new sheet(option number 3) instead of owerrighting it.
I have a feeling it will start working for you if you will make those changes.
I am attaching a file containing a screenshot of the workflow and code inside RTool.