dashee87 / blogScripts

Repository for code used in my blog posts
MIT License
386 stars 247 forks source link

Error is in get id for 2016/17 EPL season chunk #10

Open ald0405 opened 5 years ago

ald0405 commented 5 years ago

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

loukesio commented 5 years ago

the same. Why is not working?

Kaikho commented 4 years ago

Same problem here, what is the solution?? Error in fdo_listComps(season = 2016, response = "minified") %>% filter(league == : could not find function "%>%"

KR3YGK commented 3 years ago

Same error for me

R version 4.0.2 Mac OS 10.15.5