| get_users_table | R Documentation | 
Get a Users Table
get_users_table(
  url = NULL,
  apikey = NULL,
  order_column = NULL,
  order_dir = "desc",
  start = 0,
  length = 50,
  search = NULL
)
| 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 | 
A tbl
https://github.com/Tautulli/Tautulli/blob/master/API.md#get_users_table
## Not run: 
get_users_table()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.