get_user_player_stats {tauturri} | R Documentation |
Get a Single User's Player Stats
Description
Get a Single User's Player Stats
Usage
get_user_player_stats(url = NULL, apikey = NULL, user_id)
Arguments
url |
Server URL. |
apikey |
API key. |
user_id |
The numeric |
Value
A tbl
Source
https://github.com/Tautulli/Tautulli/blob/master/API.md#get_user_player_stats
Examples
## Not run:
get_user_player_stats(user_id = 1352909)
## End(Not run)
[Package tauturri version 0.3.0 Index]