| as_tibble.listObjects | R Documentation |
Requires the tibble package.
## S3 method for class 'listObjects'
as_tibble(x, ...)
x |
A |
... |
Additional arguments (unused). |
A tibble with one row per object and columns
objectKey, objectId, size, and location.
## Not run:
library(tibble)
listObjects(token = myToken, bucket = "mybucket") |> as_tibble()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.