filtered_stream_delete_rule: This function allows you remove a rule from the filtered...

View source: R/filtered_stream_delete_rule.R

filtered_stream_delete_ruleR Documentation

This function allows you remove a rule from the filtered stream from twitter

Description

This function allows you remove a rule from the filtered stream from twitter

Usage

filtered_stream_delete_rule(token = "", value = "", id = "")

Arguments

token

string of the bearer token from your personal twitter API access

value

string with rule value

id

string with rule tag

Value

a list

Examples

## Not run: 
filtered_stream_delete_rule(token = your_token,
                         value = "",
                         id = "")


## End(Not run)


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