epmc_citations {europepmc} | R Documentation |
Get citations for a given publication
Description
Finds works that cite a given publication.
Usage
epmc_citations(ext_id = NULL, data_src = "med", limit = 100, verbose = TRUE)
Arguments
ext_id |
character, publication identifier |
data_src |
character, data source, by default Pubmed/MedLine index will be searched. The following three letter codes represent the sources Europe PubMed Central supports:
|
limit |
integer, number of results. By default, this function returns 100 records. |
verbose |
logical, print some information on what is going on. |
Value
Metadata of citing documents as data.frame
Examples
## Not run:
epmc_citations("PMC3166943", data_src = "pmc")
epmc_citations("9338777")
## End(Not run)
[Package europepmc version 0.4.3 Index]