Learn R Programming

lexicon (version 0.7.4)

hash_strength: Strength Lookup Key

Description

A data.table containing a strength lookup key.

Usage

data(hash_strength)

Arguments

Format

A data frame with 2085 rows and 2 variables

Details

  • x. A power word

  • y. A positive or negative value indicating the direction of strength in relation to the subject

References

http://www.wjh.harvard.edu/~inquirer/inqdict.txt

Examples

Run this code
# NOT RUN {
library(data.table)
hash_strength[c('yield', 'admonish', 'abdicate')]
# }

Run the code above in your browser using DataLab