dplyr filter function broken using R 3.1.2 -
Using dplyr version 0.3.0.2 with an empty workspace with R version 3.1.0.2.
The filter function does not recognize the table areas, so it fails. Is there other dplyr work to do any test / validation?
Thank you.
I had a similar problem. I am using R studio and one in the project directory. The PROFILE file that was set to load dplyr on startup. It did the dplyr after the search path data. Thus, when I say a filter, this data was calling the package function. When I loaded the duplar after the data, then everything worked fine.
Comments
Post a Comment