post_list_create function

Create a list

Create a list

post_list_create(title, replies_policy = "list", token = NULL, verbose = TRUE)

Arguments

  • 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

Returns

no return value, called for site effects

Examples

## Not run: # create a list post_list_create(title = "test") ## End(Not run)
  • Maintainer: David Schoch
  • License: MIT + file LICENSE
  • Last published: 2024-10-30