| DownloadFilings | Retrieves EDGAR filings from SEC site. |
| DownloadMasterIndex | Retrieves quarterly Master Index. |
| GetWordfrquency | Creates words frequency dataframe of 10-K statement. |
| NegativeWordcloud | Creates wordcloud of negative words from 10-K statement. |
| negwords | Negative words for sentiment analysis of EDGAR filings |
| NegWordsHist | Creates histogram of most frequent negative words in 10-K statement. |
| PolarityHist | Creates polarity histogram of word frequency dataframe of 10-K statement. |
| PositiveWordcloud | Creates wordcloud of positive words from 10-K statement. |
| poswords | Positive words for sentiment analysis of EDGAR filings |
| PosWordsHist | Creates histogram of most frequent positive words in 10-K statement. |
| RunEdgarShiny | Shiny app for EDGAR filling management. |