title_cloud: Make Wordcloud of Titles from Papers

Description Usage Arguments Value Examples

View source: R/paper_cloud.R

Description

Takes a vector of titles and then creates a frequency table of those words and plots a wordcloud

Usage

1
2
3
4
5
title_cloud(titles, addstopwords = gcite_stopwords(), ...)

paper_cloud(...)

title_word_frequency(titles, addstopwords = NULL)

Arguments

titles

Vector of titles of papers

addstopwords

Additional words to remove from wordcloud

...

additional options passed to gcite_wordcloud_spec

Value

A data.frame of the words and the frequencies of the title words

Examples

1
2
3
4
5
6
7
## Not run: 
L = gcite_author_info("John Muschelli")
paper_df = L$paper_df
titles = paper_df$title
title_cloud(titles)

## End(Not run)

muschellij2/gcite documentation built on Oct. 31, 2021, 9:21 p.m.