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:
..."Rate(%)"
$n.y)`
I leave this information If It is any use:
class(t1_f) [1] "tbl_df" "tbl" "data.frame"
Thanks for your time and interest, community.