Dplyr() is the data manipulation package in R and is described in detail here.
Problem:
Use of Dplyr mutate() function in R
Solution:
mutate() function can be used to achieve the below functionalities:
1. Add new Variables at the end of the data frame that are functions of existing variables.
2. Remove existing Variables
3. Modify existing Variables