plot_user_weekly_players {sleeperapi}R Documentation

Plot User Weekly Players

Description

Given the league ID and display name, plot the total points scored by week for each player ever associated with the display name.

Usage

plot_user_weekly_players(
  league_id,
  display_name,
  title = paste0("<b>", display_name, ": Player Points by Week</b>"),
  tick_color = "inherit"
)

Arguments

league_id

League ID assigned by Sleeper (numeric).

display_name

Display name created by user (string).

title

Title for plot, which can include HTML formatting (string).

tick_color

Font color, name or hex, for players (string).

Value

Returns a plot containing the display name's weekly players and their respective points for each week.

Author(s)

Nick Bultman, njbultman74@gmail.com, May 2024

Examples

## Not run: plot_user_weekly_players(688281863499907072, "datcommish")


[Package sleeperapi version 1.1.1 Index]