Usage Arguments Value Author(s)
View source: R/supp_make.request.R
1 | supp_make.request(token, v2.endpoint, param_list, safe.dir = NULL)
|
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. |
safe.dir |
string (e.g. "~/home/..."). Default=NULL. Path to an existing directory (serving as a data backup). If NULL, considers the home directory. |
A response's 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.