View source: R/plot_user_weekly_players.R
plot_user_weekly_players | R Documentation |
Given the league ID and display name, plot the total points scored by week for each player ever associated with the display name.
plot_user_weekly_players(
league_id,
display_name,
title = paste0("<b>", display_name, ": Player Points by Week</b>"),
tick_color = "inherit"
)
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). |
Returns a plot containing the display name's weekly players and their respective points for each week.
Nick Bultman, njbultman74@gmail.com, May 2024
## Not run: plot_user_weekly_players(688281863499907072, "datcommish")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.