ecitmatch
serves as an API to the PubMed
batch citation matcher.
It retrieves PubMed IDs (PMIDs) that correspond to a set of input citation strings.
ecitmatch(bdata, db = "pubmed", retmode = "xml")
ecitmatch
object.
citstrings <- c("proc natl acad sci u s a|1991|88|3248|mann bj|Art1|",
"science|1987|235|182|palmenber ac|Art2|")
x <- ecitmatch(citstrings)
x
if (x$no_errors()) {
content(x, "parsed")
}
Run the code above in your browser using DataLab