Learn R Programming

twitteR (version 0.9.3)

showStatus: A function to return one specific tweet

Description

This function will take a numeric ID of a tweet and return it to the user

Usage

showStatus(id, session = getCurlHandle(), ...)

Arguments

id
Numerical ID of a specific tweet
session
cURL session object
...
Optional arguments to be passed to getURL

Value

See Also

status

Examples

Run this code
showStatus('123')

Run the code above in your browser using DataLab