Learn R Programming

baseballr (version 0.8.6)

get_ncaa_baseball_pbp: Get Play-By-Play Data for NCAA Baseball Games

Description

Get Play-By-Play Data for NCAA Baseball Games

Usage

get_ncaa_baseball_pbp(game_info_url)

Arguments

game_info_url

The url for the game's play-by-play data. This can be found using the get_ncaa_schedule_info function.

Value

A dataframe with play-by-play data for an individual game.

Examples

Run this code
# NOT RUN {
get_ncaa_schedule_info(736, 2019)
# }

Run the code above in your browser using DataLab