________ function is similar to the existing subset() function in R but is quite a bit faster.
(a) rename
(b) filter
(c) set
(d) subset
I got this question in an interview.
The query is from dplyr topic in section R – Data Storage, Formats, Objects and Operations of R Programming