get_library_user_stats {tauturri} | R Documentation |
Get Library User Stats
Description
Get Library User Stats
Usage
get_library_user_stats(url = NULL, apikey = NULL, section_id)
Arguments
url |
Server URL. |
apikey |
API key. |
section_id |
The library's |
Value
A tbl
with 4 columns and one row per user.
Source
https://github.com/Tautulli/Tautulli/blob/master/API.md#get_library_user_stats
Examples
## Not run:
get_library_user_stats(section_id = 1)
## End(Not run)
[Package tauturri version 0.3.0 Index]