Learn R Programming

baseballr (version 0.8.6)

school_id_lu: Lookup NCAA School IDs (Division I, II, and III)

Description

This function allows the user to lookup the school_id needed for the ncaa_scrape function.

Usage

school_id_lu(school_name = NULL)

Arguments

school_name

A string that will be searched for in the names of the schools.

Examples

Run this code
# NOT RUN {
school_id_lu("Van")
# }

Run the code above in your browser using DataLab