Menu

Suppose we have the following dataset

For whatever reason, we want to change the column names to a, b, c, and d. There are many ways to accomplish the task.Using mutate()  to create new variables works. But using colnames()  is way easier.