Learn R Programming

edgar (version 1.0.4)

GetWordfrquency: Creates words frequency dataframe of 10-K statement.

Description

GetWordfrquency creates word frequency dataframe of 10-K statement.

Usage

GetWordfrquency()

Arguments

Value

Function returns words frequency dataframe.

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.

Examples

Run this code
## Not run: 
# 
# word.frq <- GetWordfrquency()
# ## End(Not run)

Run the code above in your browser using DataLab