Rename column names with dplyr
Rename iris columns from Sepal.Length
to Length of Sepal
using the setNames function and gsub.
Results in
Statistics and other things
Rename iris columns from Sepal.Length
to Length of Sepal
using the setNames function and gsub.
Results in