BaseballR

Exploring the baseballR pacakge.

Setup

library(tidyverse)
library(janitor)
library(baseballr)

Baseball reference

This gets standings on a particular date?

bref_standings_on_date("2015-08-01", "NL East", from = FALSE)

Fangraph

Game-by-game batting statistics for a specific player:

fg_batter_game_logs(playerid = 6184, year = 2017)

Statcast

This gathers data from here:

https://baseballsavant.mlb.com/statcast_leaderboard?year=2021&abs=50&type=batter

statcast_leaderboards(leaderboard = "exit_velocity_barrels", year = 2021)