clean | R Documentation |
Clean Tweet
clean(x, ...) ## S3 method for class 'messages' clean(x, log = NULL, select = NULL, ...)
x |
A |
... |
Currently not used. |
log |
A |
select |
An |
A list
of character
string (tweet message).
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.
N. Frerebeau
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.