plot_nfl_player_data_table {sleeperapi} | R Documentation |
Plot NFL Player Information in Table
Description
This function will generate a table containing general information (name, age, college, etc.) concerning all the NFL players that Sleeper has data on.
Usage
plot_nfl_player_data_table(font_color = "inherit")
Arguments
font_color |
Font color, name or hex (string). |
Value
Returns a table showing general NFL player information.
Author(s)
Nick Bultman, njbultman74@gmail.com, March 2024
Examples
## Not run: plot_nfl_player_data_table()
## Not run: plot_nfl_player_data_table(font_color = "green")
[Package sleeperapi version 1.1.1 Index]