1.

________ add new variables/columns or transform existing variables.(a) mutate(b) add(c) apped(d) arrangeThis question was addressed to me in an interview for job.This interesting question is from dplyr in section R – Data Storage, Formats, Objects and Operations of R Programming

Answer» CORRECT answer is (a) mutate

Easiest explanation: arrange is USED to REORDER ROWS of a dataframe.


Discussion

No Comment Found

Related InterviewSolutions