I was wondering if anybody has run into the same issue as me. Since I upgraded R studio, I can't call vectors anymore by using pipes in the count function.
For instance, count(df$vector) works, but using df %>% count(vector) returns the error: object 'vector' not found.
Other functions do seem to work using pipes.
Anyone who knows what's going on and how to fix it?