Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.42 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.42 KB

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