europepmc (version 0.4.3)

epmc_ftxt: 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)

Value

xml_document

Arguments

ext_id

character, PMCID. All full text publications have external IDs starting 'PMC_'

Examples

Run this code
  if (FALSE) {
  epmc_ftxt("PMC3257301")
  epmc_ftxt("PMC3639880")
  }

Run the code above in your browser using DataCamp Workspace