WeTheEntitiesAPIClient: Supports entity and sentiment analysis using the We the...

Description Usage Examples

Description

Supports entity and sentiment analysis using the We the Entities API. See http://wetheentities.herokuapp.com/

Usage

1

Examples

1
2
3
4
5
6
7
data(petitions)
# Create a client:
client <- WeTheEntitiesAPIClient()

# Run analysis on a single petition:
sample_petitions <- head(petitions, n=3)
petition_analyses <- client$analyze_petitions(sample_petitions)

yoni/r_we_the_people documentation built on May 4, 2019, 5:31 p.m.