epmc_ftxt {europepmc} | R Documentation |
Fetch Europe PMC full texts
Description
This function loads full texts into R. Full texts are in XML format and are only provided for the Open Access subset of Europe PMC.
Usage
epmc_ftxt(ext_id = NULL)
Arguments
ext_id |
character, PMCID. All full text publications have external IDs starting 'PMC_' |
Value
xml_document
Examples
## Not run:
epmc_ftxt("PMC3257301")
epmc_ftxt("PMC3639880")
## End(Not run)
[Package europepmc version 0.4.3 Index]