View source: R/filtered_stream_add_rule.R
| filtered_stream_add_rule | R Documentation | 
This function allows you to add rules to collect tweets from the filtered stream from twitter
filtered_stream_add_rule(token = "", value = "", tag = "")
| token | string of the bearer token from your personal twitter API access | 
| value | string with rule value | 
| tag | string with rule tag | 
a list
## Not run: 
filtered_stream_add_rule(token = your_token,
                         value = "",
                         tag = "")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.