getPubmedEntry {compdiagTools}R Documentation

Fetch a Pubmed Entry into a R List

Description

This function fetches citation data from Pubmed.

Usage

getPubmedEntry(pmid)

Arguments

pmid the pubmed ID of the citation to load.

Details

getPubmedEntry parses pmid2bibtex output to load citation information into an R list.

Value

Returns a named list holding one element for each citation property found by pmid2bibtex.

Author(s)

Claudio Lotta

Examples

getPubmedEntry("15677704")

[Package compdiagTools version 1.5.3 Index]