Hey R Users,
I have been using this select_
command using following syntax select_(df,"'independent_variable'")
.It worked perfectly fine.
Now, it started to throw me the following error:
Error in set names(x,value) :
Passed a vector of type 'integer'. Needs to be type 'character'
Any ideas folks?
Thanks in advance.