1.

The ______ operator allows you to string operations in a left-to-right fashion.(a) %>%>(b) %>%(c) >%>%(d) >>>>%%%I got this question in quiz.I want to ask this question from dplyr topic in section R – Data Storage, Formats, Objects and Operations of R Programming

Answer»

The correct OPTION is (B) %>%

For EXPLANATION I WOULD say: The pipeline operator %>% is very handy for stringing together multiple dplyr functions in a sequence of operations.



Discussion

No Comment Found

Related InterviewSolutions