# A tibble: 6 × 98
game_id away_team_id inn_ct bat_home_id outs_ct balls_ct strikes_ct
<chr> <chr> <int> <int> <int> <int> <int>
1 ANA201604040 CHN 1 0 0 1 0
2 ANA201604040 CHN 1 0 0 0 0
3 ANA201604040 CHN 1 0 1 0 2
4 ANA201604040 CHN 1 0 2 1 1
5 ANA201604040 CHN 1 0 2 2 2
6 ANA201604040 CHN 1 1 0 2 0
# ℹ 91 more variables: pitch_seq_tx <chr>, away_score_ct <int>,
# home_score_ct <int>, bat_id <chr>, bat_hand_cd <chr>, resp_bat_id <chr>,
# resp_bat_hand_cd <chr>, pit_id <chr>, pit_hand_cd <chr>, resp_pit_id <chr>,
# resp_pit_hand_cd <chr>, pos2_fld_id <chr>, pos3_fld_id <chr>,
# pos4_fld_id <chr>, pos5_fld_id <chr>, pos6_fld_id <chr>, pos7_fld_id <chr>,
# pos8_fld_id <chr>, pos9_fld_id <chr>, base1_run_id <chr>,
# base2_run_id <chr>, base3_run_id <chr>, event_tx <chr>, leadoff_fl <lgl>, …