Description Usage Arguments Value Examples
Good for used in local multiple xmls
1 | RetriveMetaDataFromPubmedEfetchParallel(files, columns = "")
|
files |
a list of string. A list of xml filenames |
columns |
the columns of output requested |
a list of metaDatarmation retrived from PubMed
1 2 3 | baselink <- "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi"
link <- paste0(baselink, "?db=pubmed&id=20704052&retmode=xml")
RetriveMetaDataFromPubmedEfetchParallel(link)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.