b2_list_buckets: List B2 buckets

Description Usage Arguments Details Value

View source: R/b2_list_buckets.R

Description

List buckets associated with an account

Usage

1
2
3
b2_list_buckets(account_id = Sys.getenv("B2_ACCOUNT_ID"))

b2_list_buckets_df(account_id = Sys.getenv("B2_ACCOUNT_ID"))

Arguments

account_id

B2 account ID

Details

See https://www.backblaze.com/b2/docs/b2_list_buckets.html

Value

b2_list_buckets returns a list from the JSON reponse.

b2_list_buckets_df returns a tibble with information about the buckets


mvanhala/B2R documentation built on Aug. 26, 2020, 10:42 a.m.