get_account_lists: Get lists containing the user

View source: R/accounts.R

get_account_listsR Documentation

Get lists containing the user

Description

Get lists containing the user

Usage

get_account_lists(id, token = NULL, parse = TRUE)

Arguments

id

character, local ID of a user (this is not the username)

token

user bearer token (read from file by default)

parse

logical, if TRUE, the default, returns a tibble. Use FALSE to return the "raw" list corresponding to the JSON returned from the Mastodon API.

Details

this functions needs a user level auth token

Value

tibble or list of lists

Examples

## Not run: 
get_account_lists("109302436954721982")

## End(Not run)

rtoot documentation built on Nov. 6, 2023, 1:07 a.m.