Description Usage Arguments Details Value Author(s) Examples
These functions can be used to set or delete a user's Twitter status
1 2 3 4 5 |
text |
The text to use for a new status |
status |
An object of class |
lat |
If not |
long |
If not |
placeID |
If not |
displayCoords |
Whether or not to put a pin on the exact coordinates a tweet has been sent from,
|
inReplyTo |
If not |
mediaPath |
If not |
bypassCharLimit |
If |
... |
Optional arguments to be passed to |
These messages will only operate properly if the user is authenticated
via OAuth
The tweet
and updateStatus
functions are the same.
To delete a status message, pass in an object of class
status
, such as from the return value of updateStatus
.
The updateStatus
function will return an object of class
status
.
The deleteStatus
returns TRUE
on success and an error if
failure occurs.
Jeff Gentry
1 2 3 4 5 6 | ## Not run:
ns <- updateStatus('this is my new status message')
## ooops, we want to remove it!
deleteStatus(ns)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.