plot_league_dashboard {sleeperapi}R Documentation

Plot League Dashboard

Description

Given the league ID, generate a dashboard with various plots/tables of the current league. Note that since this is a dashboard, your R session will continuously run until the console is stopped. Stoppage can be achieved by pressing Control + C on the keyboard.

Usage

plot_league_dashboard(league_id)

Arguments

league_id

League ID generated by Sleeper (numeric).

Value

Returns a dashboard of the current league state.

Author(s)

Nick Bultman, njbultman74@gmail.com, March 2024

Examples

## Not run: plot_league_dashboard(688281863499907072)


[Package sleeperapi version 1.1.1 Index]