as_tibble.listBuckets: Convert a listBuckets Response to a Tibble.

View source: R/utils.R

as_tibble.listBucketsR Documentation

Convert a listBuckets Response to a Tibble.

Description

Requires the tibble package.

Usage

## S3 method for class 'listBuckets'
as_tibble(x, ...)

Arguments

x

A listBuckets response object.

...

Additional arguments (unused).

Value

A tibble with one row per bucket and columns bucketKey, bucketOwner, and policyKey.

Examples

## Not run: 
library(tibble)
listBuckets(token = myToken) |> as_tibble()

## End(Not run)

AutoDeskR documentation built on May 28, 2026, 5:08 p.m.