elife_paper: Get full text eLife papers via XML.

View source: R/elife_paper.r

elife_paperR Documentation

Get full text eLife papers via XML.

Description

Get full text eLife papers via XML.

Usage

elife_paper(doi = NULL, what = "xml")

Arguments

doi

DOI to get full text for.

what

Specify what you want returned. One of xml, all, abstract, introduction, methods, results, discussion, figtabcaps, references.

Details

Returns what you like with the what parameter.

Examples

## Not run: 
elife_paper(doi="10.7554/eLife.00160", 'xml')
elife_paper(doi="10.7554/eLife.00160", 'abstract')
elife_paper(doi="10.7554/eLife.00160", 'exec_summary')

## End(Not run)

ropensci/elife documentation built on May 18, 2022, 9:54 a.m.