Learn R Programming

lexicon (version 0.7.4)

hash_power: Power Lookup Key

Description

A data.table containing a power lookup key.

Usage

data(hash_power)

Arguments

Format

A data frame with 872 rows and 2 variables

Details

  • x. A power word

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

References

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

Examples

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

Run the code above in your browser using DataLab