Description Usage Arguments Value Examples
Retrive Url from Elink xml doc
1  | RetriveUrlFromPubmedElink(doc, category = "All")
 | 
doc | 
 a XMLInternalDocument.  | 
category | 
 a string of characters. A link category. Defaul is "All"  | 
a list of characters. A list of urls. Return fulltext urls if fulltext parameter is T. Return NULL if none is found.
1 2  | doc <- GetDoc(id = c("28852052", "29041955"), db = "pubmed", endpoint = "elink", cmd = "llinks")
RetriveUrlFromPubmedElink(doc, "Full Text Sources")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.