Learn R Programming

academictwitteR (version 0.3.1)

bind_tweet_jsons: Bind tweets stored as JSON files `r lifecycle::badge("deprecated")

Description

Bind tweets stored as JSON files `r lifecycle::badge("deprecated")

Usage

bind_tweet_jsons(data_path, verbose = TRUE)

Arguments

data_path

string, file path to directory of stored tweets data saved as data_id.json

verbose

If FALSE, messages are suppressed

Value

a data.frame

Examples

Run this code
# NOT RUN {
bind_tweet_jsons(data_path = "data/")
# }

Run the code above in your browser using DataLab