-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
90 lines (82 loc) · 2.15 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
url: https://github.com/NuclearAnalyticsLab/nuclearff
template:
bootstrap: 5
bootswatch: quartz
theme: dracula
reference:
- title: "Functions"
desc: >
Functions available in `nuclearff`
- subtitle: "Play-by-Play Stats"
contents:
- get_pbp_data
- get_qb_pbp_stats
- get_rb_pbp_stats
- get_wr_pbp_stats
- get_te_pbp_stats
- subtitle: "Calculate Fantasy Points"
contents:
- calc_fpts
- calc_fpts_common_formats
- calc_fpts_ppg_common_formats
- subtitle: "NFL Next Gen Stats (NGS)"
contents:
- get_qb_ngs_advstats_season
- get_rb_ngs_advstats_season
- get_wr_ngs_advstats_season
- get_te_ngs_advstats_season
- subtitle: "Pro Football Reference (PFR) Stats"
contents:
- get_qb_pfr_advstats_season
- get_rb_pfr_advstats_season
- get_wr_pfr_advstats_season
- get_te_pfr_advstats_season
- subtitle: "Combined Stats from All Sources"
contents:
- get_qb_combined_stats_season
- get_rb_combined_stats_season
- get_wr_combined_stats_season
- get_te_combined_stats_season
- subtitle: "Generate Tables/Figures"
contents:
- table_ovr_qb_fantasy
- table_ovr_rb_fantasy
- table_ovr_wr_fantasy
- table_ovr_te_fantasy
- get_scoring_columns
- get_scoring_format
- save_gt_table
- subtitle: "Additional Utilities"
contents:
- get_player_data
- get_snap_share
- subtitle: "Helper Functions"
contents:
- load_data_from_db
- load_data_from_nflreadr
- replace_player_names
- replace_team_names
- validate_pbp_db
- validate_pbp_season
- validate_pbp_weeks
- validate_ngs_season
- validate_pfr_season
navbar:
structure:
left: [home, reference, vignettes]
right: [github, x]
components:
reference:
text: "Functions" # New name for the reference tab
href: reference/index.html # This links the tab to the reference page
vignettes:
text: "Articles" # Name for the vignettes tab
href: articles/index.html # Link to the articles page (adjust if necessary)
x:
text: ""
icon: fa-brands fa-x-twitter
href: "https://x.com/nuclearffnolan"
github:
text: ""
icon: fa-brands fa-github
href: "https://github.com/NuclearAnalyticsLab/nuclearff"