Skip to contents

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

  if (FALSE) {
  epmc_ftxt("PMC3257301")
  epmc_ftxt("PMC3639880")
  }