comment_info | R Documentation |
Extracts comments together with course, year, number of thumbs-ups, and number of thumbs-downs, and filters by year.
comment_info(url, y = 2018)
url |
A character value indicating the URL of the professor's webpage. |
y |
A numeric value to filter comments after a certain year. |
A data frame with 5 columns
course - Course code
year - Delivery year of the course
comments - Comments on the professor
thumbsup - Number of thumbs-up
thumbsdown - Number of thumbs-down
url <- 'https://www.ratemyprofessors.com/ShowRatings.jsp?tid=2036448' comment_info(url = url, y = 2018)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.