Skip to contents

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

Usage

yt_set_quota_limit(limit)

Arguments

limit

Integer. Daily quota limit in units

Examples

if (FALSE) { # \dontrun{
# If you have a higher quota limit
yt_set_quota_limit(50000)
} # }