Package 'play'

Title: Visualize Sports Data
Description: Provides functions to visualise sports data. Converts data into a format suitable for plotting charts. Helps to ease the process of working with messy sports data to a more user friendly format. Football data is accessed through 'worldfootballR' '<https://github.com/JaseZiv/worldfootballR>' which gets data from 'FBref' <https://fbref.com/en>, 'Transfermarkt' <https://www.transfermarkt.com/>, 'Understat' <https://understat.com/>, and 'fotmob' <https://www.fotmob.com/>.
Authors: Joe Chelladurai [aut, cre]
Maintainer: Joe Chelladurai <[email protected]>
License: MIT + file LICENSE
Version: 0.1.3
Built: 2024-11-21 03:34:42 UTC
Source: https://github.com/joe-chelladurai/play

Help Index


Plot Season Form

Description

Plot Season Form

Usage

plot_season_form(league, season_start_year)

Arguments

league

name of league (example: "EPL")

season_start_year

season start year

Value

plot with form of teams in specified season

Examples

plot_season_form("EPL", 2022)