1.

How many functions exist for tidying the data?(a) one(b) two(c) three(d) fourThis question was posed to me in an international level competition.I want to ask this question from Data Wrangling topic in chapter Profiling, Simulation and Data Analysis of R Programming

Answer»

Correct OPTION is (c) THREE

Easiest EXPLANATION: tidyr provides three main FUNCTIONS for tidying your messy DATA: gather(), separate() and spread().



Discussion

No Comment Found

Related InterviewSolutions