Usage
tweet(text, ...)
updateStatus(text, lat=NULL, long=NULL, placeID=NULL, displayCoords=NULL, inReplyTo=NULL, mediaPath=NULL, bypassCharLimit=FALSE, ...)
deleteStatus(status, ...)
Arguments
text
The text to use for a new status
lat
If not NULL
, the latitude the status refers to. Ignored if no long
parameter is provideded
long
If not NULL
, the longitude the status refers to. Ignored if no lat
parameter is provideded
placeID
If not NULL
, provideds a place in the world. See Twitter documentation for details
displayCoords
Whether or not to put a pin on the exact coordinates a tweet has been sent from,
true
or false
if not NULL
inReplyTo
If not NULL
, denotes the status this is in reply to. Either an object of
class status
or an ID value mediaPath
If not NULL
, file path to a supported media format (PNG, JPG and GIF) to be included in the status update
bypassCharLimit
If TRUE
will not enforce the incoming tweet is less than 140 characters. This can be useful when dealing with autoshortened links
...
Optional arguments to be passed to GET