Description Usage Arguments Value Author(s)
View source: R/supp_eval.request.R
Given a set of a request's parameters, validates their values based on a pre-defined set of conditions.
1 | supp_eval.request(v2.endpoint, product_track, ...)
|
v2.endpoint |
string {"/2/tweets/search/all" or "/2/tweets/search/recent"}. Twitter API v2 Search Endpoint. |
product_track |
string {"academic" or "standard"}. Type of product track. |
... |
mix (e.g. max_results = 10, query = "btc -is:retweet", ect.). Set of a request's parameters. |
A list of a request's validated parameters.
Victor Plesco
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.