Finds the university's URL using its name.

get_all_schools(school_name)

Arguments

school_name

A character value indicating the name of the university.

Value

A character value as the URL corresponding to the university of interest.

Examples

get_all_schools('Iowa State University')
#> [1] "https://www.ratemyprofessors.com/campusRatings.jsp?sid=452"