You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in filter(., league == "PL") : object 'league' not found
In addition: Warning message:
In storage.mode(x) <- "double" : NAs introduced by coercion
The text was updated successfully, but these errors were encountered:
Same problem here, what is the solution??
Error in fdo_listComps(season = 2016, response = "minified") %>% filter(league == :
could not find function "%>%"
epl_id <-fdo_listComps(season = 2016,response = "minified") %>% filter(league=="PL")
gives this error
Error in filter(., league == "PL") : object 'league' not found
In addition: Warning message:
In storage.mode(x) <- "double" : NAs introduced by coercion
The text was updated successfully, but these errors were encountered: