| starburst_request_quota_increase | R Documentation |
Request quota increase (user-facing)
starburst_request_quota_increase(vcpus = 500, region = NULL)
vcpus |
Desired vCPU quota |
region |
AWS region (default: from config) |
Invisibly returns TRUE if the increase was requested,
FALSE if already sufficient or cancelled.
if (starburst_is_configured()) {
starburst_request_quota_increase(vcpus = 500)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.