1.

Which of the following d takes two columns and spreads them into multiple columns?(a) ggmissplot(b) printplot(c) print.ggplot(d) ggplotI have been asked this question in final exam.My doubt stems from Data Wrangling in section Profiling, Simulation and Data Analysis of R Programming

Answer»

Correct ANSWER is (C) print.ggplot

For explanation I would SAY: SPREAD() makes “long” data wide.



Discussion

No Comment Found

Related InterviewSolutions