Hello,
I am bit confused using the colnames or names command.
I applied a lef joing employing dplyr.
I assign the colnames as: colnames(t1_f)=c("Co","Eleg","Nole","Rate(%)")
But when I print t1_f using the console or View(t1_f), I see that the last column is listed as:
Your code work, but I couldn't test It with the merge procedure.
I order to solve It, I just unlist and transform to number the column with the problem.