I am using ggplot2 and ggmap but when I try to use the pipe function and load Tidyverse the function in ggplot2 map_data() starts giving me an error
you can see I try to use pipe, but forgot to load the package, then when I load it the rest of my code for ggplot2 breaks.