get_plays_by_top_10_users {tauturri} | R Documentation |
Get Plays by Top 10 Users
Description
Get Plays by Top 10 Users
Usage
get_plays_by_top_10_users(url = NULL, apikey = NULL, time_range = 30,
y_axis = "plays", user_id = NULL)
Arguments
url |
Server URL. |
apikey |
API key. |
time_range |
The number of days of data to return, default is |
y_axis |
|
user_id |
The user id to filter the data |
Value
A tbl
with columns user
, Movies
, TV
, Music
Source
https://github.com/Tautulli/Tautulli/blob/master/API.md#get_plays_by_top_10_users
Examples
## Not run:
get_plays_by_top_10_users()
## End(Not run)
[Package tauturri version 0.3.0 Index]