Error in filter_impl(.data, quo) : Evaluation error: as_dictionary()
is defunct as of rlang 0.3.0. Please use as_data_pronoun()
instead.
Hi, some more context will help. See FAQ: What's a reproducible example (`reprex`) and how do I do one?
Although you may hav dplyr
loaded, there's no filter_impl
, so the problem probably lies with the library that has it. If possible, someone in the community will be glad to help.
Maybe I've misunderstood what you are saying here, but filter_impl
is the C++ implementation of filter
(here it is). Most dplyr
functions are implemented in C++.
Which is all to say @chaitanya30, reprex
would clear it right up
I agree that a reproducible example would really help here, as well as the output of sessionInfo()
. That said, my strong suspicion is that this error is coming from running incompatible package versions. Does the error persist if you update dplyr
?
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.