personality: Predicts a score between 0 and 1 for 4 personality traits for...

Description Usage Arguments Value See Also Examples

Description

Predicts a score between 0 and 1 for 4 personality traits for the author of the texts. The personality scales are "openness", "extraversion", "conscientiousness", and "agreeableness"

Usage

1

Arguments

text

text for analysis

version

for api version

...

additional arguments to passed to request

Value

dict with likelihood the author would be catigorized as each myers briggs axis, and the most likley MB type

See Also

political, sentiment, text_tags

Examples

1
2
3
4
personality <- personality("Monday: Delightful with mostly sunny skies.
                   Highs in the low 70s.")
cat(sprintf("The author of text is %s",
             ifelse(personality['extraversion'] < .5, "introverted", "extraverted")))

IndicoDataSolutions/IndicoIo-R documentation built on May 7, 2019, 6:37 a.m.