Learn R Programming

rtweet (version 0.4.0)

parser: parser

Description

Returns Parses tweets and users data

Usage

parser(rt, att = TRUE)

Arguments

rt

Nested list converted from json structure

att

Logical indicating whether to include user obj (users data) as attribute if tweets data provided to rt argument or tweets obj (tweets data) as attribute if users data provided to rt. Defaults to true.