31.
In dplyr, what is the purpose of the distinct() function when used with multiple columns?

32.
How do you create a new column total_price in dplyr that is the sum of two existing columns price1 and price2?

33.
What is the purpose of the filter() function in dplyr?

34.
How do you select columns from a dplyr data frame where the column names start with the letter 'a'?

35.
In dplyr, how do you calculate the sum and mean of a numeric variable named quantity for each group?

36.
What is the role of the left_join() function in dplyr?

37.
In dplyr, how do you filter rows where a specific variable is within a range using filter()?

39.
In dplyr, how do you filter rows based on multiple conditions using the AND logic?

Read More Section(Data Manipulation with dplyr)

Each Section contains maximum 100 MCQs question on Data Manipulation with dplyr. To get more questions visit other sections.