Learn R Programming

baseballr (version 0.8.6)

get_ncaa_baseball_roster: Get NCAA Baseball Rosters

Description

Get NCAA Baseball Rosters

Usage

get_ncaa_baseball_roster(teamid = NA, team_year = 2019)

Arguments

teamid

NCAA id for a school

team_year

The year of interest

Value

A data frame containing roster information, including IDs and urls for each player (if available)

Examples

Run this code
# NOT RUN {
get_ncaa_baseball_roster(104, 2019)
# }

Run the code above in your browser using DataLab