# \donttest{
## get the full 1995 season schedule
get_retrosheet("schedule", 1995)
## get the same schedule, split by time of day
get_retrosheet("schedule", 1995, schedSplit = "TimeOfDay")
## get the roster data for the 1995 season, listed by team
get_retrosheet("roster", 1995)
## get the full gamelog data for the 2012 season
get_retrosheet("game", 2012)
## get the play-by-play data for the San Francisco Giants' 2012 season
get_retrosheet("play", 2012, "SFN")
# }
Run the code above in your browser using DataLab