JaseZiv / worldfootballR

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

Possession data with fb_team_match_log_stats() #346

Closed SRRTD closed 9 months ago

SRRTD commented 10 months ago

I'm currently working with match log data.

When calling the above function the documentation states arguments for all available team match log types in FBRef except for the possession one.

I tried calling the function with stat = "possession" to see if it was a documentation issue but the method does not exist.

Is there a method for accessing the possession match log?

SRRTD commented 10 months ago

It actually works with stat = "possession" I made a mistake :v

The documentation still needs the update though, so I'll leave open for now.