Learn R Programming

twitteR (version 0.1.6)

user-class: A container object to model Twitter users

Description

This class is designed to represent a user on Twitter, modeling information available

Arguments

Objects from the Class

new('user', description = [character], statusesCount = [numeric], followersCount = [numeric], favoritesCount = [numeric], favoritesCount = [numeric], friendsCount = [numeric], url = [character], name = [character], created = [character], protected = [logical], verified = [logical], screenName = [character], location = [character], id = [numeric], lastStatus = [status], ...)