search for: at_least_n

Displaying 1 result from an estimated 1 matches for "at_least_n".

Did you mean: at_least
2024 Apr 12
1
any and all
Hi Avi, As Duncan already mentioned, a reproducible example would be helpful to assist you better. Having said that, I think you misunderstand how `dplyr::filter` works: it performs row-wise filtering, so the filtering expression shall return a logical vector of the same length as the data.frame, or must be a single boolean value meaning "keep all" (TRUE) or "drop all"