| post_thread | R Documentation | 
Post a thread
post_thread(
  texts,
  images = NULL,
  image_alts = NULL,
  thread_df = NULL,
  verbose = NULL,
  .token = NULL
)
| texts | a vector of skeet (post) texts | 
| images | paths to images to be included in each post. This may be a character vector, or a list of character vectors if multiple images per post are required. | 
| image_alts | alt texts for the images to be included in each post. If images is a list of character vectors, this should also be a list of character vectors and have the same shape. | 
| thread_df | instead of defining texts, images and image_alts, you can also create a data frame with the information in columns of the same names. | 
| verbose | Whether to print status messages to the Console
( | 
| .token | If you manage your own tokens, you can supply it here. Usually
 | 
list of the URIs and CIDs of the posts (invisible)
## Not run: 
# post three messages in a thread
thread <- post_thread(c("Post 1", "Post 2", "Post 3"))
# delete the thread
delete_post(thread$uri)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.