TidyR
In all questions you are expected to use pipes and functions from Tidyverse.
Use as few blanks (empty spaces) as possible.
Note that you can try your code in RStudio. We only use built-in data frames in these exercises.
Quiz Summary
0 of 6 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 6 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 6
1. Question
CorrectIncorrect -
Question 2 of 6
2. Question
CorrectIncorrect -
Question 3 of 6
3. Question
%>%
CorrectIncorrect -
Question 4 of 6
4. Question
mtcars %>% (cyl %in% c(4,6)) %>% %>% (mean_wt=) %>% (names_from=,values_from=)
CorrectIncorrect -
Question 5 of 6
5. Question
pivot_longer(=”cylinder”,=”mean”,)
CorrectIncorrect -
Question 6 of 6
6. Question
%>% %>% (mean_wt=mean(wt)) %>% (names_from=,)
CorrectIncorrect