get_espn_athletes {nhlscraper} | R Documentation |
Get all ESPN athletes
Description
get_espn_athletes()
retrieves ESPN hyperlinks for each athlete; the hyperlinks are formatted in base/athletes/{ESPN Athlete ID}?query
. May soon be reworked to only return the ESPN Athlete IDs.
Usage
get_espn_athletes()
Value
tibble with one row per athlete
Examples
all_ESPN_athletes <- get_espn_athletes()
[Package nhlscraper version 0.2.0 Index]