JaseZiv / worldfootballR

A wrapper for extracting world football (soccer) data from FBref, Transfermark, Understat
https://jaseziv.github.io/worldfootballR/
444 stars 60 forks source link

fb_match_urls function not found? #175

Closed raahulbi103 closed 1 year ago

raahulbi103 commented 1 year ago

Kept getting the following error message when trying to scrape FBRef match URLs, would appreciate any help with this!

> epl_2021_urls <- fb_match_urls(country = "ENG", gender = "M", season_end_year = 2021, tier="1st")
Error in fb_match_urls(country = "ENG", gender = "M", season_end_year = 2021,  : 
  could not find function "fb_match_urls"
JaseZiv commented 1 year ago

What version of the package are you using? If current, try restarting your R session, loading libraries and then trying again

raahulbi103 commented 1 year ago

Whoops just saw this, I'll try that again

raahulbi103 commented 1 year ago

Okay the package was fine, but I updated R and tried again and it worked, thanks a lot!