nhl_draft_prospects {nhlapi}R Documentation

Retrieve metadata on NHL draft prospects from the API

Description

Retrieve metadata on NHL draft prospects from the API

Usage

nhl_draft_prospects(prospectIds = NULL)

Arguments

prospectIds

integer(), vector of one or more ids of draft prospects or NULL (default) for all exposed prospects.

Value

data.frame, with information on draft prospects, one row per draft prospect.

Examples

## Not run: 
  # Get information on current draft prospects
  nhl_draft_prospects()

## End(Not run)

[Package nhlapi version 0.1.4 Index]