get_citation_count | R Documentation |
This is a function to retrieve a list of papers that cite your papers
get_citation_count(paper_cite_link)
paper_cite_link |
This is not a google citation page. 1. Go to: https://scholar.google.com/scholar 2. Search for the paper we are looking for the citation count. 3. Then click the Cited by ___ button below the title of the paper 4. Copy and paste this url and put it in this get_citation_count() function |
A list of the example datasets available in this package
## Not run:
paper_cite_link <- "https://scholar.google.com/scholar?cites=6140457238337460780"
papers_cited_df <- get_citation_count(paper_cite_link)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.