loadTweets: loadTweets

Description Usage Arguments Value Examples

View source: R/dataFunctions.R

Description

Load .json file containing streamed tweets into a data frame object.

Usage

1
loadTweets(fileName)

Arguments

fileName

File name containing streamed Tweets. Format: "myfilename.json"

Value

Data frame object containing streamed tweets and relevant information.

Examples

1
tweetDataFrame <- loadTweets("myfilename.json")

jakubk28/TwitterDMTools documentation built on June 25, 2021, 4:12 p.m.