post_list_create | R Documentation |
Create a list
post_list_create(title, replies_policy = "list", token = NULL, verbose = TRUE)
title |
character, The title of the list to be created |
replies_policy |
character, One of "followed", "list", or "none". Defaults to "list". |
token |
user bearer token (read from file by default) |
verbose |
logical whether to display messages |
no return value, called for site effects
## Not run:
# create a list
post_list_create(title = "test")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.