powered by
Dataset contains negative words for sentiment analysis of EDGAR filings suggested by Loughran and McDonald's financial sentiment dictionaries.
The format is: $ WORDS: Factor w/ 2329 levels "abandon","abandoned",..: 1 2 ...
# NOT RUN { neg.words<-read.csv(system.file("data/negwords.csv", package = "edgar")) str(neg.words) # }
Run the code above in your browser using DataLab