The autocompletion tool for dplyr functions is not working for me.
When I am immersed in a pipe such the image, the summarise function provided is from plyr package, but never the function from dplyr package. The dplyr package is installed and loaded as always, but if I did not write "dplyr::" I would not get the summarise function (or whichever) from this package
I am not sure if writing dplyr:: makes my code wrong for being in a pipe.
Thank you in advance