JaseZiv/worldfootballR

Possession data with fb_team_match_log_stats()

SRRTD opened this issue · 1 comments

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?

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.