bs_new_list | R Documentation |
Create a list
bs_new_list(
name,
purpose,
description,
avatar,
user = get_bluesky_user(),
pass = get_bluesky_pass(),
auth = bs_auth(user, pass),
clean = TRUE
)
name |
Character. Display name for list. |
purpose |
Purpose of the list. One of |
description |
Optional character. Description of the list. |
avatar |
Optional character. Path to image to use as avatar. PNG or JPEG recommended. |
user |
Character. User name to log in with. Defaults to |
pass |
Character. App password to log in with. Defaults to |
auth |
Authentication information. Defaults to |
clean |
Logical. Should output be cleaned into a |
a tibble::tibble of list information
graph/list.json (2024-12-01) graph/defs.json (2024-12-01) repo/createRecord.json (2023-11-25)
v0.2.0
(2024-12-01)
bs_new_list(name = 'test list bskyr', purpose = 'curatelist')
bs_new_list(name = 'test list bskyr w avatar',
description = 'to be deleted, just for testing bskyr',
avatar = fs::path_package('bskyr', 'man/figures/logo.png'),
purpose = 'curatelist')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.