plot_generate_nfl_player_data {sleeperapi} | R Documentation |
Generate NFL Player Information for Plotting
Description
When using some of the plotting functions, it is recommended to run this function before any plotting begins to ensure the latest player information is present with the package. Per Sleeper, gathering these data should only be done once per day, which is why this is not recommended to implement a call every time to gather player information when a plot is generated. This function will refresh the latest NFL player information and place it in the appropriate place for the plotting functions to grab. Moreover, it will keep that information stored for the duration of the R session.
Usage
plot_generate_nfl_player_data()
Value
Returns a message stating if the data refresh was successful or not.
Author(s)
Nick Bultman, njbultman74@gmail.com, September 2023
Examples
## Not run: plot_generate_nfl_player_data()
[Package sleeperapi version 1.1.1 Index]