View source: R/mlb_situation_codes.R
| mlb_situation_codes | R Documentation |
MLB Situation Codes
mlb_situation_codes()
Returns a tibble with the following columns
| col_name | types | description |
| situation_code | character | Code identifying the game situation. |
| sort_order | integer | Display sort order for the situation code. |
| navigation_menu | character | Navigation menu grouping (e.g. 'Game'). |
| situation_code_description | character | Description of the situation (e.g. 'Home Games'). |
| team | logical | Whether the situation applies to team stats. |
| batting | logical | Whether the situation applies to batting stats. |
| fielding | logical | Whether the situation applies to fielding stats. |
| pitching | logical | Whether the situation applies to pitching stats. |
try(mlb_situation_codes())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.