gcite_wordcloud {gcite} | R Documentation |
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 |
author_args |
Arguments to pass to |
title_args |
Arguments to pass to |
warn |
should warnings be printed from wordcloud? |
[Package gcite version 0.11.0 Index]