filtered_stream_add_rule: This function allows you to add rules to collect tweets from...

View source: R/filtered_stream_add_rule.R

filtered_stream_add_ruleR Documentation

This function allows you to add rules to collect tweets from the filtered stream from twitter

Description

This function allows you to add rules to collect tweets from the filtered stream from twitter

Usage

filtered_stream_add_rule(token = "", value = "", tag = "")

Arguments

token

string of the bearer token from your personal twitter API access

value

string with rule value

tag

string with rule tag

Value

a list

Examples

## Not run: 
filtered_stream_add_rule(token = your_token,
                         value = "",
                         tag = "")


## End(Not run)


MaelKubli/RTwitterV2 documentation built on May 26, 2023, 5:29 p.m.