Code error while running with the dplyr

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.

1 Like

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 :slight_smile:

3 Likes

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?

2 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.