title_cloud | R Documentation |
Takes a vector of titles and then creates a frequency table of those words and plots a wordcloud
title_cloud(titles, addstopwords = gcite_stopwords(), ...)
paper_cloud(...)
title_word_frequency(titles, addstopwords = NULL)
titles |
Vector of titles of papers |
addstopwords |
Additional words to remove from wordcloud |
... |
additional options passed to |
A data.frame
of the words and the frequencies of the
title words
## Not run:
L = gcite_author_info("John Muschelli")
paper_df = L$paper_df
titles = paper_df$title
title_cloud(titles)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.