ncaa_roster: *Get NCAA Baseball Rosters*

View source: R/ncaa_roster.R

ncaa_rosterR Documentation

Get NCAA Baseball Rosters

Description

Get NCAA Baseball Rosters

Usage

ncaa_roster(team_id = NULL, year, ...)

Arguments

team_id

NCAA id for a school

year

The year of interest

...

Additional arguments passed to an underlying function like httr.

Value

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

col_name types
player_name character
class character
player_id character
season numeric
number character
position character
player_url character
team_name character
conference character
team_id numeric
division numeric
conference_id numeric

Examples


  try(ncaa_roster(team_id = 104, year = 2021))


baseballr documentation built on April 1, 2023, 12:12 a.m.