post | R Documentation |
Post Tweet
post(x, ...) ## S3 method for class 'hal_documents' post(x, log = NULL, select = NULL, silent = TRUE, test = FALSE, ...) ## S3 method for class 'rss_items' post(x, log = NULL, select = NULL, silent = TRUE, test = FALSE, ...) ## S3 method for class 'messages' post(x, silent = TRUE, test = FALSE, ...) ## S3 method for class 'message' post(x, silent = TRUE, test = FALSE, ...)
x |
A |
... |
Currently not used. |
log |
A |
select |
An |
silent |
A |
test |
A |
Invisibly returns the tweet date, time and status id.
A log file can be used to avoid posting the same documents several times.
This file records the unique identifier of each message (generated by
compose()
). The log file must have four columns separated by a single
white space:
Date (YYYY-MM-DD);
Time (HH-MM-SS);
Tweet status id;
Message unique id.
Authenticate via access token (see vignette("auth", package = "rtweet")
).
N. Frerebeau
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.