.gsutil_make_bucket | R Documentation |
Make a bucket on the google cloud
.gsutil_make_bucket( bucket, uniform_bucket_level_access = FALSE, storage_class = "standard", location = "us" )
bucket |
character(1) bucket name for the google storage bucket. |
uniform_bucket_level_access |
"-b" Specifies the uniform bucket-level access setting. Default is "off" |
storage_class |
"-c" standard: >99.99 dual-regions |
location |
"-l" bucket is created in the location US, which is multi-region |
'.gcloud_make_bucket()' returns invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.