Finds the university's URL using its name.
get_all_schools(school_name)
A character value indicating the name of the university.
A character value as the URL corresponding to the university of interest.
get_all_schools('Iowa State University')
#> [1] "https://www.ratemyprofessors.com/campusRatings.jsp?sid=452"