new_xmlreadabs {pubmed.mineR} | R Documentation |
new_xmlreadabs
is modified form of xmlreadabs as it reads the abstracts downloaded or saved in XML format from PubMed. This function should be used for recent XML format from PubMed.
new_xmlreadabs(file)
file |
an XML file saved from PubMed. |
an S4 object of class Abstracts containing journals, abstracts and PMID.
This function is useful with recent format of XML files from PubMed. The older xmlreadabs will not work with recent format.
S.Ramachandran
## Not run: xmlabs = new_xmlreadabs("easyPubMed_00001.txt")
## here "easyPubMed_00001.txt" is an xml file from PubMed using package easyPubMed