Learn R Programming

gcite (version 0.11.0)

gcite_wordcloud: Wordcloud of Google Citations Information

Description

Simple wrapper for author_cloud and title_cloud

Usage

gcite_wordcloud(
  paper_df,
  author_args = list(),
  title_args = list(),
  warn = FALSE
)

Arguments

paper_df

A data.frame with columns of authors and titles

author_args

Arguments to pass to author_cloud

title_args

Arguments to pass to title_cloud

warn

should warnings be printed from wordcloud?