team_lookup: Team Lookup Function #' This function returns the team...

Description Usage Arguments Examples

View source: R/team_lookup.R

Description

Team Lookup Function #' This function returns the team numbers based on school name. These numbers are needed for other functions. Wraps baseballr function.

Usage

1
team_lookup(teams, year)

Arguments

teams

A vector of teams that you would like returned

year

The year of the season you want. Generally, team numbers stay consistent through multiple years.

Examples

1
2
team_lookup(c('Florida','Coastal Caro.','Virginia'),2018)
box_stats()

bnoreen/ncaaBaseball documentation built on March 13, 2021, 6:30 a.m.