View source: R/bref_injuries.R
| bref_injuries | R Documentation |
Get the current NBA injury report from Basketball-Reference.
One row per injured player with team, the date the status was last updated and the injury note (status + description). No API key is required.
Note on RotoWorld: RotoWorld was a long-standing NBA injuries source, but
NBC shut it down (it now redirects to nbcsports.com/fantasy and the injuries
tool is gone). This function uses Basketball-Reference's live injury report
instead, which is maintained and carries the same player / team / status /
note fields.
bref_injuries()
A hoopR_data tibble with one row per injured player:
| col_name | types | description |
| player | character | Player name. |
| team_name | character | Team name. |
| date_update | character | Date the status was last updated. |
| note | character | Injury status and description. |
Other Basketball-Reference Functions:
bref_awards(),
bref_draft(),
bref_player_bios(),
bref_player_game_log(),
bref_players_stats(),
bref_standings(),
bref_team_roster(),
bref_teams_stats()
try(bref_injuries())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.