powered by
Create a thread of your messages.
post_thread( status = c("my first rtoot #rstats", "my first thread with rtoot"), token = NULL, sensitive = FALSE, spoiler_text = NULL, visibility = "public", scheduled_at = NULL, language = NULL, verbose = TRUE )
A character vector with the ids of the toots posted.
character, toot status. Must be 500 characters or less.
user bearer token (read from file by default)
logical, mark status and attached media as sensitive?
character, text to be shown as a warning or subject before the actual content. Statuses are generally collapsed behind this field.
character, Visibility of the posted status. One of public (default), unlisted, private, direct.
ISO 8601 Datetime at which to schedule a status. Must be at least 5 minutes in the future.
ISO 639 language code for this status.
logical whether to display messages
if (FALSE) { pt <- post_thread(visibility = "direct") }
Run the code above in your browser using DataLab