Parse multiple Tweet JSON files into a dataframe

jsonl_to_df_all(dir_path, simplify = FALSE)

Arguments

dir_path

A directory path where a user saved Tweet JSON files. This input should be a string vector.

Value

A dataframe with nine columns: "id", "document.id", "country_code", "location", "created_at", "full_text", "retweet_count", "favorite_count", "user.followers_count", "user.friends_count"