View source: R/quota_management.R
| yt_get_quota_usage | R Documentation |
Returns the current estimated quota usage for the day
yt_get_quota_usage()
List with quota_used, quota_limit, quota_remaining, and reset_time
## Not run:
quota_status <- yt_get_quota_usage()
cat("Used:", quota_status$quota_used, "/", quota_status$quota_limit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.