Description Usage Arguments Value Examples
RetriveMetaDataFromPmids
1 | RetriveMetaDataFromPmids(pmid, apiKey = "", outputFilename = "", columns = "")
|
pmid |
a string of character. PubMed Id |
apiKey |
a string of characters. The API Key obtained through NCBI account |
outputFilename |
a string of characters. Output XML file name |
columns |
the columns of output requested |
a list of metaDatarmation retrived from PubMed
1 2 | metaData <- RetriveMetaDataFromPmids(c("28852052", "29041955","31230181", "20704052"))
metaData <- RetriveMetaDataFromPmids(c("20704052"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.