Description Usage Arguments Details Value
View source: R/b2_list_buckets.R
List buckets associated with an account
1 2 3 | b2_list_buckets(account_id = Sys.getenv("B2_ACCOUNT_ID"))
b2_list_buckets_df(account_id = Sys.getenv("B2_ACCOUNT_ID"))
|
account_id |
B2 account ID |
See https://www.backblaze.com/b2/docs/b2_list_buckets.html
b2_list_buckets
returns a list from the JSON reponse.
b2_list_buckets_df
returns a tibble with information about the buckets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.