In this tutorial, we will learn how to rename column name of a dataframe in R using dplyr's rename() function. We will first see the basic syntax to use to change the name of a column with dplyr's rename(). Then we will see an example of of changing one column name and next wee … [Read more...] about dplyr rename(): How to rename column in r with dplyr