Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Changing column data types
Basic data cleaning
Summary
12. Exercise 2

Instruction

Change the format of the data.

Exercise

Update the format of the students's last_name column to the character data type.

Stuck? Here's a hint!

Use the as.character() function to update the column:

... <- as.character(...)