Skip to content

R package for making word clouds from your scholarly publications

License

Notifications You must be signed in to change notification settings

rdmorin/scholargoggler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scholar Goggler

Ryan Morin

This R package will run a standalone version of the Shiny app that generates word clouds derived from the publication list in any public Google Scholar profile using the Scholar package. The hosted version of this tool and its relatives that use PubMed or Semantic Scholar can all be accessed at the Scholar Goggler homepage. You can also find a gallery of examples generated by this tool.

Installation

Using this app requires a relatively recent installation of R and Rstudio and a general understanding of how to run R commands.

Option 1

First, install the package and its dependencies:

devtools::install_github("rdmorin/scholargoggler")

Then load the library and launch the Shiny app:

library(scholargoggler)
scholarGoggler()

Option 2

Clone the repository:

git clone [email protected]:rdmorin/scholargoggler.git

Go to the newly created folder (or open the R project file) in Rstudio and run the code:

devtools::load_all()
scholarGoggler()

Support the project

If you find this project useful please consider donating a small amount to help offset the costs of hosting the Scholar Goggler service.

Donate with PayPal

About

R package for making word clouds from your scholarly publications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages