Learn R Programming

pubmed.mineR (version 1.0.3.1)

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)

Arguments

file
an XML file saved from PubMed.

Value

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

See Also

readabs

Examples

Run this code
test_run = xmlreadabs("pubmed_result.xml")
## here "pubmed_result.xml" is an xml format file downloaded from PubMed.}
<keyword>Function</keyword>

Run the code above in your browser using DataLab