get_player_landing {nhlscraper} | R Documentation |
Get landing by player
Description
get_player_landing()
retrieves information on a player
, including but not limited to his ID, name, bio-metrics, career statistics, and awards. Access get_players()
for player
reference.
Usage
get_player_landing(player = 8480039)
Arguments
player |
integer Player ID |
Value
list with various items
Examples
Mikko_Rantanen_landing <- get_player_landing(player=8478420)
[Package nhlscraper version 0.2.0 Index]