Learn R Programming

atrrr (version 0.1.1)

get_replies: Get all replies

Description

Get all replies and replies on replies of a skeet.

Usage

get_replies(post_url, .token = NULL)

Value

a data frame of skeets

Arguments

post_url

the URL of a skeet.

.token

If you manage your own tokens, you can supply it here. Usually NULL is OK and will automatically load or guide you to generate a token.

Examples

Run this code
if (FALSE) {
get_replies("https://bsky.app/profile/jbgruber.bsky.social/post/3kbi57u4sys2l")
}

Run the code above in your browser using DataLab