1.

__________uses regex groups instead of a splitting pattern or position.(a) spread()(b) gather()(c) separate()(d) extract()The question was asked by my school principal while I was bunking the class.My question is taken from Data Wrangling topic in section Profiling, Simulation and Data Analysis of R Programming

Answer»

The CORRECT option is (C) separate()

Best EXPLANATION: separate() allows you to tease columns apart.



Discussion

No Comment Found

Related InterviewSolutions