get_player_hist: get_player_hist

View source: R/player_functions.R

get_player_histR Documentation

get_player_hist

Description

This function fetches historical summary information on selected players given player ID(s).

Usage

get_player_hist(playerid = NULL)

Arguments

playerid

The player's ID. Can be found using get_player_id(). You can list multiple , e.g. with c(). If blank, the function fetches all current players - note that takes a while to load.

Examples

get_player_hist(playerid=200)

get_player_hist(playerid=get_player_id("Sead Kolasinac")$id)

wiscostret/fplscrapR documentation built on June 12, 2022, 8:03 a.m.