A word cloud of common positive words and negative words extracted from comments, and tags from the website.
sentiment_plot(url, y = 2018, word = "Positive")
A character value indicating the URL of the professor's webpage.
A numeric value to filter ratings after a certain year.
A character value indicating the user's interest in positive words, negative words, or tags.
A wordcloud of common words or tags
url <- 'https://www.ratemyprofessors.com/ShowRatings.jsp?tid=2036448'
sentiment_plot(url = url, y = 2018, word = "Positive")
#> Joining, by = "word"