Solution: Clean Data
Explore the solution to the "Clean Data" challenge and compare it to your answer.
We'll cover the following...
We'll cover the following...
-
Line 6: We call the
infertdataset and use themutate()function to convert the data type of thecasecolumn into logical. -
Line 7: We use the
ifelse()function to rename the points in theagecolumn depending ...