Introduction
The mutate() function helps you add new columns or change existing ones in a table of data easily.
You want to calculate a new value based on existing columns, like total price from quantity and price per item.
You need to add a column that shows a category based on some condition.
You want to create a new column that transforms data, like converting temperatures from Celsius to Fahrenheit.
You want to keep your original data but add extra information in new columns for analysis.