jsonl_to_df_all: Parse multiple Tweet JSON files into a dataframe

View source: R/jsonl_to_df_all.R

jsonl_to_df_allR Documentation

Parse multiple Tweet JSON files into a dataframe

Description

Parse multiple Tweet JSON files into a dataframe

Usage

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"


jaeyk/tidytweetjson documentation built on June 24, 2024, 10:56 p.m.