ibm_sent: Analyze some text for sentiment using IBM Watson.

Description Usage Arguments Examples

Description

This returns the result of the sentiment analysis on the provided text.

Usage

1
ibm_sent(s_username, s_password, s_text)

Arguments

s_username

Username.

s_password

Password.

s_text

Text to be analysed.

Examples

1
2
ibm_sent("s_username", "s_password", "s_text")
ibm_sent("xxx-xxx-xxx", "abcdeabcde", "this is some text to analyse for sentiment")

paulnewnes/IBMsentR documentation built on May 6, 2019, 7:03 p.m.