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