lists_popular: Get popular / trending lists

View source: R/lists_popular.R

lists_popularR Documentation

Description

Get popular / trending lists

Usage

lists_popular(limit = 10)

lists_trending(limit = 10)

Arguments

limit

integer(1) [10L]: Number of items to return. Must be greater than 0 and will be coerced via as.integer().

Value

A tibble(). If the function has a limit parameter (defaulting to 10), this will be the (maximum) number of rows of the tibble. If there are no results (or the API is unreachable), an empty tibble() is returned.

Source

lists_popular() wraps endpoint lists/popular.

lists_trending() wraps endpoint lists/trending.

See Also

user_list_items() For the actual content of a list.

Other list methods: media_lists, user_list(), user_list_comments(), user_list_items(), user_lists()

Other dynamic lists: anticipated_media, collected_media, played_media, popular_media, trending_media, watched_media

Other list methods: media_lists, user_list(), user_list_comments(), user_list_items(), user_lists()

Other dynamic lists: anticipated_media, collected_media, played_media, popular_media, trending_media, watched_media

Examples

## Not run: 
lists_popular()
lists_trending()

## End(Not run)

jemus42/tRakt documentation built on April 19, 2024, 3:25 a.m.