Hey, I'm a new user of Rstudio and I'm following a swirl tutorial to understand the program. One of the tasks I've been given was to 'store the contents of the 'cars$mpgCity' in a new variable called 'myMPG'. How can I do that given that 'cars$mpgCity' is already a variable and the variable 'myMPG' doesn't exist?