View source: R/dataManagement.R
| listObjects | R Documentation |
List objects stored in an app-managed bucket using the Data Management API.
listObjects(token = NULL, bucket = "mybucket", limit = 10)
token |
A string or |
bucket |
A string. Name of the bucket. Defaults to |
limit |
An integer. Maximum number of objects to return. Defaults to
|
An object containing a list of objects in the bucket.
## Not run:
# List objects in "mybucket"
resp <- listObjects(token = myToken, bucket = "mybucket")
resp$content$items
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.