Stuck on an error in R.
Error in names(x) <- value : \'names\' attribute must be the same length as the vector
What does thi
For me, this error was because I had some of my data titles were two names, I merged them in one name and all went well.