get_library_user_stats: Get Library User Stats

View source: R/get_library.R

get_library_user_statsR 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 section_id, e.g. 1.

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)

jemus42/tauturri documentation built on Feb. 7, 2024, 2 a.m.