View source: R/dataManagement.R
makeBucket | R Documentation |
Make an app-based bucket for storage of design files using the Data Management API.
makeBucket(token = NULL, bucket = "mybucket", policy = "transient")
token |
A string. Token generated with |
bucket |
A string. Unique bucket name. Defaults to |
policy |
A string. May be |
An object containing the bucketKey
, bucketOwner
, and
createdDate
.
## Not run:
# Make a transient bucket with the name "mybucket"
resp <- makeBucket(token = myToken, bucket = "mybucket", policy = "transient")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.