Last data update: 2014.03.03

R: Creates words frequency dataframe of 10-K statement.
GetWordfrquencyR Documentation

Creates words frequency dataframe of 10-K statement.

Description

GetWordfrquency creates word frequency dataframe of 10-K statement.

Usage

GetWordfrquency()

Details

GetWordfrquency function asks the user to locate 10-K statement which can be downloaded using Downloadfilings function. Function cleans text of 10-K statement and creates words frequency dataframe. This words frequency dataframe is used in the functions PositiveWordcloud and NegativeWordcloud.

Value

Function returns words frequency dataframe.

Examples

## Not run: 

word.frq <- GetWordfrquency()

## End(Not run)

Results