

MCQOPTIONS
Saved Bookmarks
This section includes 6 Mcqs, each offering curated multiple-choice questions to sharpen your R Programming knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which of the following d takes two columns and spreads them into multiple columns? |
A. | ggmissplot |
B. | printplot |
C. | print.ggplot |
D. | ggplot |
Answer» D. ggplot | |
2. |
Which of the following function works similar to separate()? |
A. | extract() |
B. | gather() |
C. | sep() |
D. | separate() |
Answer» B. gather() | |
3. |
Which of the following function takes multiple columns? |
A. | spread() |
B. | gather() |
C. | separate() |
D. | extract() |
Answer» C. separate() | |
4. |
How many functions exist for tidying the data? |
A. | one |
B. | two |
C. | three |
D. | four |
Answer» D. four | |
5. |
Which of the following is complementary to tidyr? |
A. | geolr |
B. | dplyr |
C. | d3lr |
D. | gekl2 |
Answer» C. d3lr | |
6. |
_________ is new package that makes it easy to tidy your data. |
A. | tidy |
B. | tidyr |
C. | tidyneat |
D. | tidynr |
Answer» D. tidynr | |