There same commands in R packages.
I already use %>%
in my R markdown script. And today I newly install dplyr package in rstudio.
Then I notice there are 3 %>%
in my rstudio, maybe will cause strange problem.
dplyr::%>% # Objects exported from other packages
magrittr::%>% # magrittr forward-pipe operator
stringr::%>% # Pipe operator
How to solve it?