Description Usage Arguments Value Methods (by class) Examples
getPublicationList
collates Pubmed data returned from a html request for input string.
1 2 3 4 | getPublicationList(query)
## S4 method for signature 'character'
getPublicationList(query)
|
query |
A query string to be submitted to Pubmed |
A vector of pubmed
objects each detailing a publication relating to the entered query combination requested.
character
: as above.
1 2 | query <- "Thompson IR HIV"
ReturnedPublications <- getPublicationList(query)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.