View source: R/graph_foo_citation.R
graph_foo_citation | R Documentation |
Creates citation_by graph and corresponding data.frame with additional info about the number of citations of each paper.
graph_foo_citation(PMID_list, output_filename_base, n_cites_threshold = 2)
PMID_list |
A character vector of PMIDs. |
output_filename_base |
A character with path to output folder plus filename base. |
n_cites_threshold |
An integer. The minimum number of papers that a given article should refer to. |
A data.frame with info about papers that refer to a given PMID_list
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.