epmc_lablinks_count {europepmc} | R Documentation |
Summarise links to external sources
Description
With the External Link services, Europe PMC allows third parties to publish links from Europe PMC to other webpages or tools. Current External Link providers, which can be selected through Europe PMC's advanced search, include Wikipedia, Dryad Digital Repository or the institutional repo of Bielefeld University. For more information, see https://europepmc.org/labslink.
Usage
epmc_lablinks_count(ext_id = NULL, data_src = "med")
Arguments
ext_id |
publication identifier |
data_src |
data source, by default Pubmed/MedLine index will be searched. The following three letter codes represents the sources Europe PubMed Central supports:
|
Value
data.frame with counts for each database
Examples
## Not run:
epmc_lablinks_count("24023770")
epmc_lablinks_count("PMC3986813", data_src = "pmc")
## End(Not run)