R Coding Challenges
Practice R step by step. Code, run tests, and ask the AI Tutor for hints.
Count Distinct Groups
Write an R function solution(x) that uses dplyr to return the number of distinct values in the colum...
Mean of a Column
Write an R function solution(x) that uses dplyr to return the mean of the column value in the data f...
Maximum Group Total
Write an R function solution(x) that uses dplyr to group x by group, sum the value column within eac...