Learn R Programming

tuber (version 1.1.0)

yt_get_quota_usage: Get Current Quota Usage

Description

Returns the current estimated quota usage for the day

Usage

yt_get_quota_usage()

Arguments

Value

List with quota_used, quota_limit, quota_remaining, and reset_time

Examples

Run this code
if (FALSE) {
quota_status <- yt_get_quota_usage()
cat("Used:", quota_status$quota_used, "/", quota_status$quota_limit)
}

Run the code above in your browser using DataLab