rehydrate_got3_statuses: Function to rehydrate tweets into rtweet tibbles from GOT3...

View source: R/GOT3_functions.R

rehydrate_got3_statusesR Documentation

Function to rehydrate tweets into rtweet tibbles from GOT3 data format

Description

Uses status_id to request full rtweet tibble of tweet data

Usage

rehydrate_got3_statuses(got3_df, token = NULL, token_list = NULL)

Arguments

got3_df

A dataframe as returned by GetOldTweets3

token

An OAuth token loaded in the environment for twitter's Standard API (REQUIRED if a list of tokens is not supplied)

token_list

A list of OAuth tokens loaded in the environment (REQUIRED if token is not specified)


Arf9999/rtweetXtras documentation built on June 27, 2022, 5:10 a.m.