get_home_stats: Get Home Stats
Description
The data displayed on the Tautulli home.
Usage
get_home_stats(url = NULL, apikey = NULL, grouping = 0, time_range = 30,
stats_type = 0, stats_count = 5)
Arguments
time_range
The time range to calculate statistics, default is 30
stats_type
0
for plays (default), 1
for duration
stats_count
The number of top items to list, default is 5
Value
A list
of length 10, with tbl
s for each category of stats.
Examples
Run this code# NOT RUN {
get_home_stats()
# }
Run the code above in your browser using DataLab