Learn R Programming

nhlscraper (version 0.2.0)

get_player_landing: 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)

Value

list with various items

Arguments

player

integer Player ID

Examples

Run this code
Mikko_Rantanen_landing <- get_player_landing(player=8478420)

Run the code above in your browser using DataLab