powered by
Returns the current estimated quota usage for the day
yt_get_quota_usage()
List with quota_used, quota_limit, quota_remaining, and reset_time
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