Description Usage Arguments Value Author(s)
View source: R/supp_eval.response.R
Makes a request to a Twitter API v2 search endpoint and switches the return based on the encountered errors.
1 | supp_eval.response(token, v2.endpoint, param_list)
|
token |
object of class v2_create_token(). Bearer token associated with a user-created APP (requires a developer account). |
v2.endpoint |
string {"/2/tweets/search/all" or "/2/tweets/search/recent"}. Twitter API v2 Search Endpoint. |
param_list |
list (e.g. max_results = 10, ect.). List of a request's parameters. |
A list composed of a response's metadata and its parsed content (with attached errors if encountered).
Victor Plesco
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.