Get popular / trending lists
Source
lists_popular() wraps endpoint /lists/popular.
lists_trending() wraps endpoint /lists/trending.
Arguments
- limit
integer(1) [10L]: Number of items to return. Must be greater than0and will be coerced viaas.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.
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
