getPublicationList: Gather NIH Pubmed Data

Description Usage Arguments Value Methods (by class) Examples

Description

getPublicationList collates Pubmed data returned from a html request for input string.

Usage

1
2
3
4
getPublicationList(query)

## S4 method for signature 'character'
getPublicationList(query)

Arguments

query

A query string to be submitted to Pubmed

Value

A vector of pubmed objects each detailing a publication relating to the entered query combination requested.

Methods (by class)

Examples

1
2
3
4
5
## Not run: 
query <- "Thompson IR HIV"
ReturnedPublications <- getPublicationList(query)

## End(Not run)

ungeneanno documentation built on May 29, 2017, 2:01 p.m.