-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path_pkgdown.yml
130 lines (113 loc) · 3.73 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
home:
title: Easily Scrape and Process AFL Data
description: An easy package for scraping and processing Australia Rules Football (AFL)
data. 'fitzRoy' provides a range of functions for accessing publicly available data
from 'AFL Tables' <https://afltables.com>, 'Footy Wire' <https://www.footywire.com> and
'The Squiggle' <https://squiggle.com.au>. Further functions allow for easy processing,
cleaning and transformation of this data into formats that can be used for analysis.
url: https://jimmyday12.github.io/fitzRoy/
template:
bootstrap: 5
params:
bootswatch: flatly
ganalytics: UA-77406420-2
reference:
- title: Main Fetch Functions (AFLM and AFLW)
desc: >
These are the main functions to return data. They all have consistent
arguments and APIs. You can access both Mens and Womens data providing you
use the right source.
contents:
- '`fetch_ladder`'
- '`fetch_results`'
- '`fetch_fixture`'
- '`fetch_player_stats`'
- fetch_lineup
- fetch_player_details
- fetch_coaches_votes
- title: Other
desc: >
These are other functions that return data but don't fit into the normal
fetch functions.
contents:
- fetch_squiggle_data
- get_fryzigg_stats
- fetch_betting_odds_footywire
- get_afl_colour_palettes
- calculate_coaches_vote_possibilities
- plot_score_worm
- plot_score_worm_totals
- fetch_score_worm_data
- title: Internals
desc: >
Internal functions are mostly used internally by the package and won't be
useful to end users.
contents:
- '`replace_teams`'
- '`parse_team_abbr`'
- '`replace_venues`'
- '`get_aflw_cookie`'
- '`get_afl_cookie`'
- team_abr_afl
- title: Superseded
desc: >
Superseded functions have been replaced by new approaches that we believe
to be superior, but we don't want to force you to change until you're
ready, so the existing functions will stay around for several years.
contents:
- '`get_fixture`'
- '`get_afltables_stats`'
- '`get_footywire_stats`'
- '`update_footywire_stats`'
- '`get_footywire_betting_odds`'
- '`get_match_results`'
- '`return_ladder`'
- '`get_fryzigg_stats`'
- '`get_afl_fixture`'
- '`get_squiggle_data`'
- '`get_footywire_match_results`'
- '`get_score_progression_raw`'
- '`get_aflw_detailed_data`'
- '`get_aflw_detailed_match_data`'
- '`get_aflw_match_data`'
- '`get_aflw_round_data`'
- '`get_aflw_rounds`'
- '`get_aflw_player_stats`'
articles:
- title: Get started
navbar: ~
contents:
- fitzRoy
- main-fetch-functions
- title: Workflow Examples
navbar: Workflow Examples
contents:
- womens-stats
- player-details
- elo-ratings-example
- aflca-coaches-votes
- score-worms
- title: APIs
navbar: APIs
contents:
- using-squiggle-api
- using-fryzigg-stats
- title: Other
contents:
- docker-support
news:
releases:
- text: "fitzRoy 1.6.0"
href: https://www.plussixoneblog.com/posts/2024-12-12-fiztRoy-v-1-6-0/
- text: "fitzRoy 1.5.0"
href: https://www.plussixoneblog.com/posts/2024-07-30-fiztRoy-v-1-5-0/
- text: "fitzRoy 1.4.0"
href: https://www.plussixoneblog.com/posts/2024-06-07-fiztRoy-v-1-4-0/
- text: "fitzRoy 1.3.0"
href: https://www.plussixoneblog.com/posts/2023-03-02-fitzRoy-v-1-3-0/
- text: "fitzRoy 1.2.0"
href: https://www.plussixoneblog.com/posts/2022-09-29-fitzRoy-v-1-2-0.en.html
- text: "fitzRoy 1.1.0"
href: https://www.plussixoneblog.com/posts/2022-01-11-fitzRoy-v-1-1-0.en.html
- text: "fitzRoy 1.0.0"
href: https://www.plussixoneblog.com/posts/2021-03-15-fitzRoy-v-1-0-0.en.html