yt_get_quota_usage: Get Current Quota Usage

View source: R/quota_management.R

yt_get_quota_usageR Documentation

Get Current Quota Usage

Description

Returns the current estimated quota usage for the day

Usage

yt_get_quota_usage()

Value

List with quota_used, quota_limit, quota_remaining, and reset_time

Examples

## Not run: 
quota_status <- yt_get_quota_usage()
cat("Used:", quota_status$quota_used, "/", quota_status$quota_limit)

## End(Not run)

tuber documentation built on March 25, 2026, 9:08 a.m.