calculate_coaches_vote_possibilities
                        Calculate Coaches Vote Possibilities
fetch_betting_odds_footywire
                        Fetch AFL match betting odds from
                        https://www.footywire.com
fetch_coaches_votes     Fetch Coaches Votes
fetch_fixture           Return the fixture for a particular round of
                        matches
fetch_ladder            Fetch Ladder
fetch_lineup            Return the selected lineup for any completed or
                        upcoming matches
fetch_player_details    Fetch Player Details
fetch_player_stats      Fetch Player Stats
fetch_results           Fetch Results
fetch_squiggle_data     Access Squiggle data using the squiggle API
                        service.
get_afl_colour_palettes
                        Returns a table with the colour palettes for
                        all teams
get_afl_cookie          Get AFL Stats cookie (internal function)
get_afl_fixture         Get AFL fixture
get_afltables_stats     Return afltables match stats
get_aflw_cookie         Get AFL Stats cookie (internal function)
get_aflw_detailed_data
                        Get detailed AFLW data
get_aflw_detailed_match_data
                        Get detailed womens match data (internal
                        function)
get_aflw_match_data     Get AFLW match data
get_aflw_player_stats   Return get match stats for all current AFLW
                        matches
get_aflw_round_data     Get match data (internal function)
get_aflw_rounds         Get rounds (internal function)
get_fixture             Get upcoming fixture from
                        https://www.footywire.com
get_footywire_betting_odds
                        Get AFL match betting odds from
                        https://www.footywire.com
get_footywire_match_results
                        Get footywire Match Results
get_footywire_stats     Scrape footywire player statistics.
get_fryzigg_stats       Return get match stats from fryziggafl.net/api/
get_match_results       Get basic match results from afltables.com
get_score_progression_raw
                        Get raw score progression data
get_squiggle_data       Access Squiggle data using the squiggle API
                        service.
replace_teams           Internal function to ensure names match between
                        different sources and also name changes. This
                        gets applied to any web scraper
replace_venues          Internal function to ensure venue names match
                        between different sources and also name changes
                        across time. This gets applied to any web
                        scraper, transforming all of them to AFL Tables
                        naming conventions.
return_ladder           Recreate the ladder for every or any given
                        round and/or season
team_abr_afl            Internal function to return team name
                        abbreviation for AFL API
update_footywire_stats
                        Update the included footywire stats data to the
                        specified date.
