Returns stats about the movies, shows, and episodes a user has watched, collected, and rated.
Source:R/user_stats.R
user_stats.Rd
Data about a user's interactions with movies, shows, seasons, episodes, as well as their social network (friends, followings, followers) and a frequency table of the user's media ratings so far.
Usage
user_stats(user = getOption("trakt_username"))
Source
user_stats()
wraps endpoint users/:id/stats.
Value
A list
of tibbles containing the following elements:
"movies"
"shows"
"seasons"
"episodes"
"network"
"ratings"
See also
Other user data:
user_collection()
,
user_comments()
,
user_history()
,
user_likes()
,
user_network()
,
user_profile()
,
user_ratings()
,
user_watched()
,
user_watchlist()