get_stream_type_by_top_10_platforms {tauturri}R Documentation

Get Stream Type by Top 10 Platforms

Description

Get Stream Type by Top 10 Platforms

Usage

get_stream_type_by_top_10_platforms(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 platform, Direct_Play, Direct_Stream, Transcode.

Source

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

Examples

## Not run: 
get_stream_type_by_top_10_platforms()

## End(Not run)

[Package tauturri version 0.3.0 Index]