status-class {twitteR}R Documentation

Class to contain a Twitter status

Description

Container for Twitter status messages, including the text as well as basic information

Objects from the Class

new('status', text = [character], favorited = [logical], replyToSN = [character], created = [character], truncated = [logical], replyToSID = [numeric], id = [numeric], replyToUID = [numeric], statusSource = [character], ...)

These objects are typically constructed as a side effect from various functions, such as updateStatus.

Slots

text:
Text of the status
favorited:
Whether the status is favorited
replyToSN:
Screen name that this is in reply to
created:
When this status was created
truncated:
Whether this status was truncated
replyToSID:
Reply to which status ID
id:
ID of the object
replyToUID:
Reply to which user ID
screenName:
The screen name corresponding to this status
statusSource:
Source of the status message

Methods

show
Displays information about the status
text
Returns the text of the status
favorited
Returns the favorited information for the status
replyToSN
Returns the replyToSN slot for this status
created
Retrieves the creation time of this status
truncated
Returns the truncated information for this status
replyToSID
Returns the replyToSID slot for this status
id
Returns the id of this status
replyToUID
Returns the replyToUID slot for this status
statusSource
Returns the status source for this status
screenName
Returns the screen name of the creator of the status

Author(s)

Jeff Gentry

See Also

updateStatus, publicTimeline, friendsTimeline, userTimeline


[Package twitteR version 0.1.5 Index]