Quiz: filter() Function
Which of the following statements about the
filter()
function are correct?- Relational operators, such as
==
or>
, are frequently part of the filtering expressions. - The
filter()
function comes in the dplyr package. - Only numeric variables can be filtered.
- The
filter()
function works only on data frames, not on tibbles.