I encountered an error message that says:
Error in filter_impl(.data, quo) :
Evaluation error: %in% found in 2 packages. You must indicate which one you want with ::
* ffbase::%in%
* base::%in%.
I tried to add this in the beginning of my code:
%in% = base::%in%
but it didn't work.