get_plays_per_month: Get Plays by Month

View source: R/get_plays_by.R

get_plays_per_monthR Documentation

Get Plays by Month

Description

Get Plays by Month

Usage

get_plays_per_month(
  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 month, Movies, TV, Music

Source

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

See Also

Other Playback History: get_plays_by_date(), get_plays_by_dayofweek(), get_plays_by_hourofday(), get_plays_by_source_resolution(), get_plays_by_stream_resolution(), get_plays_by_stream_type()

Examples

## Not run: 
get_plays_per_month()

## End(Not run)

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