Another Use for `mutate()`
What is this statement doing? Try it out in the console if you're not sure.
mutate(biopics, subject= paste(subject, year_release))
This exercise is part of the course
RBootcamp
Exercise instructions
We are defining a brand-new variable with the same name in our dataset and keeping the old variable as well,We are processing the variable
subject
and saving it in placeHands-on interactive exercise
Turn theory into action with one of our interactive exercises
