-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_pkgdown.yml
52 lines (48 loc) · 1.14 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
url: https://hockeyr.netlify.app
template:
params:
bootswatch: flatly
authors:
Daniel Morse:
href: https://twitter.com/danmorse_
development:
mode: auto
reference:
- title: Play-by-play data
desc: These are the functions to gather play-by-play data from the NHL API.
contents:
- "load_pbp"
- "scrape_game"
- "scrape_season"
- "scrape_day"
- "get_game_ids"
- "get_game_info"
- "get_game_rosters"
- "get_game_shifts"
- title: Other NHL.com data
desc: Functions to scrape other data from the NHL API.
contents:
- "get_team_rosters"
- "get_current_rosters"
- "get_draft_class"
- "get_standings"
- title: Calculation functions
desc: Functions to calculate statistics for supplied data
contents:
- "calculate_xg"
- "calculate_toi"
- "calculate_on_ice"
- "calculate_individual"
- title: Hockey-reference.com data
desc: Functions to scrape data from hockey-reference.com
contents:
- "get_skater_stats_hr"
- "get_goalie_stats_hr"
- "get_team_records"
- "get_rosters"
- "get_jersey_players"
- "get_player_stats_hr"
- title: Data objects
desc: Internal package Data
contents:
- "team_logos_colors"