powered by
Create a list
post_list_create(title, replies_policy = "list", token = NULL, verbose = TRUE)
no return value, called for site effects
character, The title of the list to be created
character, One of "followed", "list", or "none". Defaults to "list".
user bearer token (read from file by default)
logical whether to display messages
if (FALSE) { # create a list post_list_create(title = "test") }
Run the code above in your browser using DataLab