get_users_table {tauturri} | R Documentation |
Get a Users Table
Description
Get a Users Table
Usage
get_users_table(url = NULL, apikey = NULL, order_column = NULL,
order_dir = "desc", start = 0, length = 50, search = NULL)
Arguments
url |
Server URL. |
apikey |
API key. |
order_column |
"user_thumb", "friendly_name", "last_seen", "ip_address", "platform", "player", "last_played", "plays", "duration" |
order_dir |
"desc" (default) or "asc" |
start |
Row to start from, default is 0 |
length |
Number of items to return, default is 50. |
search |
A string to search for |
Value
A tbl
Source
https://github.com/Tautulli/Tautulli/blob/master/API.md#get_users_table
Examples
## Not run:
get_users_table()
## End(Not run)
[Package tauturri version 0.3.0 Index]