supp_make.request: supp_make.request

Usage Arguments Value Author(s)

View source: R/supp_make.request.R

Usage

1
supp_make.request(token, v2.endpoint, param_list, safe.dir = NULL)

Arguments

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.

Value

A response's parsed content (with attached errors if encountered).

Author(s)

Victor Plesco


victorplesco/Racademic documentation built on Jan. 8, 2022, 12:06 a.m.