Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

resume_collection

Resume previous collection


Description

This function resumes a previous interrupted collection session. For this function to work, export_query must be set to "TRUE" during the original collection.

Usage

resume_collection(data_path, bearer_token, ...)

Arguments

data_path

string, name of an existing data_path

bearer_token

string, bearer token

...

arguments will be passed to get_all_tweets() function. See ?get_all_tweets() for further information.

Value

a data.frame

Examples

## Not run: 
bearer_token <- "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
resume_collection(data_path = "data", bearer_token)

## End(Not run)

academictwitteR

Access the Twitter Academic Research Product Track V2 API Endpoint

v0.1.0
MIT + file LICENSE
Authors
Christopher Barrie [aut, cre] (<https://orcid.org/0000-0002-9156-990X>), Justin Chun-ting Ho [aut] (<https://orcid.org/0000-0002-7884-1059>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.