| hash_power {lexicon} | R Documentation |
A data.table containing a power lookup key.
data(hash_power)
A data frame with 872 rows and 2 variables
x. A power word
y. A positive or negative value indicating the direction of power in relation to the subject
http://www.wjh.harvard.edu/~inquirer/inqdict.txt
## Not run:
library(data.table)
hash_power[c('yield', 'admonish', 'abdicate')]
## End(Not run)