I am getting the below error while doing a gif animated ggplot in R in the below script.
library(plyr)
library(dplyr)
library(ggmap)
library(ggplot2)
eq=read.csv("eq.csv",stringsAsFactors = FALSE)
names(eq)
eq<-eq%>%filter(Magnitude>=7)
~~ Kindly suggest