Learn R Programming

tuber (version 2.0.0)

yt_set_quota_limit: Set Quota Limit

Description

Set the daily quota limit (default is 10,000 units)

Usage

yt_set_quota_limit(limit, bucket = "data")

Arguments

limit

Integer. Daily quota limit for the selected bucket.

bucket

Quota bucket: `"data"`, `"search"`, or `"video_uploads"`.

Examples

Run this code
if (FALSE) {
# If you have a higher quota limit
yt_set_quota_limit(50000, bucket = "data")
}

Run the code above in your browser using DataLab