Question: What does the mutate function from the dplyr package do ? Question 5 Select one: a . the function adds a column ( or columns

What does themutatefunction from the dplyr package do?
Question 5Select one:
a.
the function adds a column (or columns) to a newly created variable to the current data frame (or tibble)
b.
the function replaces the values of one of the columns (or columns) of a data frame (or tibble) and returns only that new column (or columns)
c.
the function replaces the values of one of the columns (or columns) of a data frame (or tibble)
d.
the function creates a data frame (or tibble) with just the new column (or columns) created

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!