Learn R Programming

pubmed.mineR (version 1.0.21)

new_xmlreadabs: To read the abstracts from the PubMed saved in XML format.

Description

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.

Usage

new_xmlreadabs(file)

Value

an S4 object of class Abstracts containing journals, abstracts and PMID.

Arguments

file

an XML file saved from PubMed.

Author

S.Ramachandran

See Also

readabsnew readabs

Examples

Run this code
if (FALSE) xmlabs = new_xmlreadabs("easyPubMed_00001.txt")
## here "easyPubMed_00001.txt" is an xml file from PubMed using package easyPubMed

Run the code above in your browser using DataLab