Hello,
I am tying to read R data files (.RData) into Alteryx. I use this code in the R tool:
write.Alteryx(readRDS("C:/Users/user/Desktop/Alteryx Data/July 2018, Single Cell Exp/ALL_8_SAMPLES/Riley_1904_170.RData"), 1)
This error gets returned
Error: R (1): Error in readRDS("C:/Users/user/Desktop/Alteryx Data/July 2018, Single Cell Exp/ALL_8_SAMPLES/Riley_1904_170.RData") :
Info: R (1): unknown input format
Info: R (1): Calls: write.Alteryx -> readRDS
Error: R (1): Execution halted
Error: R (1): The R.exe exit code (1) indicated an error.
What am I missing? Thanks for the help!