View source: R/jsonl_to_df_all.R
| jsonl_to_df_all | R Documentation |
Parse multiple Tweet JSON files into a dataframe
jsonl_to_df_all(dir_path, simplify = FALSE)
dir_path |
A directory path where a user saved Tweet JSON files. This input should be a string vector. |
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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.