get_fryzigg_stats {fitzRoy} | R Documentation |
Return get match stats from fryziggafl.net/api/
Description
All get_
functions were replaced with fetch_*
functions.
Please use fetch_player_stats_fryzigg()
instead
Usage
get_fryzigg_stats(start = 1897, end = as.numeric(format(Sys.Date(), "%Y")))
Examples
#
## Not run:
get_fryzigg_stats(2020, 2021)
# ->
fetch_player_stats_fryzigg(2020:2021)
## End(Not run)
[Package fitzRoy version 1.4.0 Index]