Learn R Programming

pubmed.mineR (version 1.0.11)

word_atomizations: Atomization of words

Description

word_atomizations will automatically break the whole text into words nd rank them according to their frequency of occurence.

Usage

word_atomizations(m)

Arguments

m

An S4 object of class Abstracts

Value

A text file containing words with their frequencies

Details

word_atomizations() will break down the whole text into words after removing the extra white space, punctuation marks and very common english words.

Examples

Run this code
# NOT RUN {
word_atomizations(x)
# }
# NOT RUN {
## here x is the object containing abstracts.
# }

Run the code above in your browser using DataLab