Session Ready
Exercise

Rounding Salaries

You finished anonymizing the participants' names with numbers in the whitehouse data set. There are still some sensitive information in the whitehouse data set. Specifically, you may want to round the salaries like we did in the video. However, this time you will round Salary to the nearest ten thousand instead of hundred.

dplyr and whitehouse_no_names are loaded in your workspace.

Instructions
100 XP

Mutate the Salary column of whitehouse_no_names to round the values to the nearest ten thousand.