R to Rstudio error

I have an R script with this '%>%', and when I put it into Studio, it is not recognised, please help!

That is the pipe from the magrittr package.

The best thing to do is install the tidyverse package, which will give you other packages where you can make use of the pipe.

install.packages("tidyverse")

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.