download_twitter_data: Download, update, and upload SER twitter data

View source: R/twitter_data.R

download_twitter_dataR Documentation

Download, update, and upload SER twitter data

Description

action_collect_twitter_data() handles Twitter data collection related to the SER account, primarily used in action_deploy_dashboard(). It downloads, updates, and uploads the data, which is stored on Google Drive.

Usage

download_twitter_data(path = ".", google_drive_auth = drive_auth_token())

upload_twitter_data(path = ".", google_drive_auth = drive_auth_token())

update_twitter_data(path = ".", google_drive_auth = drive_auth_token())

action_collect_twitter_data(path = ".", google_drive_auth = drive_auth_token())

Arguments

path

Path to data

google_drive_auth

A Google Drive token

Value

invisibly, path


SERTwitter/ser documentation built on June 27, 2022, 7:37 p.m.