View source: R/mlb_baseball_stats.R
| mlb_baseball_stats | R Documentation |
MLB Baseball Stats
mlb_baseball_stats()
Returns a tibble with the following columns:
| col_name | types | description |
| stat_name | character | Internal stat name. |
| stat_lookup_param | character | Lookup parameter/abbreviation for the stat. |
| is_counting | logical | Whether the stat is a counting stat. |
| stat_label | character | Human-readable stat label. |
| stat_group | character | Stat group (e.g. hitting, pitching, fielding). |
try(mlb_baseball_stats())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.