View source: R/sentiment_plot.R
sentiment_plot | R Documentation |
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")
url |
A character value indicating the URL of the professor's webpage. |
y |
A numeric value to filter ratings after a certain year. |
word |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.