50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


pubmed.mineR (version 1.0.11)

xmlword_atomizations: Word atomizations of abstracts from xml format.

Description

xmlword_atomizations is used to process the abstracts from PubMed in XML format.

Usage

xmlword_atomizations(m)

Arguments

m

an S4 object of class Abstracts resulted from xmlreadabs.

Value

a list containing words from the text with their frequencies.

See Also

xmlreadabs

Examples

Run this code
# NOT RUN {
test = xmlword_atomizations(xmlabs)
# }
# NOT RUN {
## here xmlabs is an S4 object i.e. output of xmlreadabs
# }

Run the code above in your browser using DataLab