get_footywire_stats {fitzRoy}R Documentation

Scrape footywire player statistics.

Description

[Deprecated]

All get_ functions were replaced with ⁠fetch_*⁠ functions. Please use fetch_footywire_stats() instead

Usage

get_footywire_stats(ids)

Examples

#
## Not run: 
get_footywire_stats(5000)
# ->
fetch_footywire_stats(5000)

## End(Not run)

[Package fitzRoy version 1.6.0 Index]