Hi all,
I've been using the workflow provided in this link:
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/How-to-open-excel-with-a-password/td-p/601415
However, when running it, the attached error message appears "Error: Bad variable type."
I have checked the data type of my password, it is V_String" like in the workflow.
Now it seems that I have another error message >
My code is however quite short. To R coders, any ideas?
Can you swap "lapply" for "apply" in your code? original version is
output <- lapply(excel_data, as.character)
Done, no change to the output unfortunately. I'm thinking it might have something to do with the formula xl.read.file?