Description Usage Arguments Value Examples
These functions allow you to set billing project, change the default billing target and check if a bucket has Requester Pays enabled. See the details section in '?authentication' for more information.
1 2 3 4 5 6 7 8 9 | gcs_set_billing_project(billing_project = NULL, gcloud = FALSE)
gcs_get_billing_project()
gcs_get_requester_pays()
gcs_set_requester_pays(x)
gcs_is_requester_pays(bucket)
|
billing_project |
The project's ID which the bill will be sent to. |
gcloud |
logical(1), whether to use the default billing project in gcloud. If 'gcloud = TRUE', 'billing_project' must be NULL. |
x |
logical(1), whether the user should pay for the cost by default. |
bucket |
character(1), the bucket name or uri |
gcs_get_billing_project: character(1) or NULL gcs_get_requester_pays: logical(1)
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.