50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


pubmed.mineR (version 1.0.21)

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

Description

xmlreadabs is modified form of readabs as it reads the abstracts downloaded/saved in XML format from PubMed. This is helpful to give clean and better result after preprocessing i.e. word_atomizations, wordscluster etc.

Usage

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

readabs

Examples

Run this code
if (FALSE) xmlabs = xmlreadabs("pubmed_result.xml")
## here "pubmed_result.xml" is an xml format file downloaded from PubMed.

Run the code above in your browser using DataLab