get_stream_type_by_top_10_users: Get Stream Type by Top 10 Users

View source: R/get_top10.R

get_stream_type_by_top_10_usersR Documentation

Get Stream Type by Top 10 Users

Description

Get Stream Type by Top 10 Users

Usage

get_stream_type_by_top_10_users(
  url = NULL,
  apikey = NULL,
  time_range = 30,
  y_axis = "plays",
  user_id = NULL
)

Arguments

url

Server URL.

apikey

API key.

time_range

The number of days of data to return, default is 30.

y_axis

"plays" (default) or "duration"

user_id

The user id to filter the data

Value

A tbl with columns user, Direct_Play, Direct_Stream, Transcode.

Source

https://github.com/Tautulli/Tautulli/blob/master/API.md#get_stream_type_by_top_10_users

Examples

## Not run: 
get_stream_type_by_top_10_users()

## End(Not run)

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