This quiz will test your understanding about Cleaning Data in R. Please answer the following 5 questions.
Quiz Summary
0 of 5 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 5 Questions answered correctly
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%
- 1
- 2
- 3
- 4
- 5
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 5
1. Question
What are the most used packages for transforming data in R
CorrectIncorrect -
Question 2 of 5
2. Question
What function is used to combine cells into one single column?
CorrectIncorrect -
Question 3 of 5
3. Question
What is the tidyr function used to transform data from wide to long format
CorrectIncorrect -
Question 4 of 5
4. Question
Write correct R code (with pipe operator) in order to select only observations where injury = “Assault” in the dataset called “injurydataset” . Then select only column injury and estimate.
CorrectIncorrect -
Question 5 of 5
5. Question
Write correct R code (with pipe operator) in order to join 2 dataframe called “students” and “grades” by variable student_id. Then select only grades for student_id 50 and 75. Then combine variables course_id and course_title into the variable course. Then select only columns student_id, course, grade.
CorrectIncorrect