powered by
This function allows the user to look up the school_id needed for the ncaa_scrape() function.
school_id
ncaa_scrape()
ncaa_school_id_lu(school_name = NULL)
Returns a tibble with school identification data: school, conference, school_id, year, division, conference_id
A string that will be searched for in the names of the schools.
# \donttest{ try(ncaa_school_id_lu("Van")) # }
Run the code above in your browser using DataLab