ratings_info | R Documentation |
Extracts and summarizes all rating information on a professor.
ratings_info(url, y = 2018)
url |
A character value indicating the URL of the professor's webpage. |
y |
A numeric value to filter ratings after a certain year. |
A list of 1 total number of ratings and 2 data frames
n - Number of ratings after filtering
ratings - All rating information after a given year
summary - Summary statistics
url <- 'https://www.ratemyprofessors.com/ShowRatings.jsp?tid=2036448' ratings_info(url = url)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.