general_info | R Documentation |
Extracts general information on a professor.
general_info(url)
url |
A character value indicating the URL of the professor's webpage. |
A list with three elements
name - Complete name of the professor
department - The department of the professor
university - The university of the professor
url <- 'https://www.ratemyprofessors.com/ShowRatings.jsp?tid=2036448' general_info(url = url)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.