tiledb_vfs_is_bucket: Check for VFS Bucket

View source: R/VFS.R

tiledb_vfs_is_bucketR Documentation

Check for VFS Bucket

Description

Check for VFS Bucket

Usage

tiledb_vfs_is_bucket(uri, vfs = tiledb_get_vfs())

Arguments

uri

Character variable with a URI describing a cloud bucket

vfs

A TileDB VFS object; default is to use a cached value.

Value

A boolean value indicating if it is a valid bucket

Examples


## Not run: 
cfg <- tiledb_config()
cfg["vfs.s3.region"] <- "us-west-1"
ctx <- tiledb_ctx(cfg)
vfs <- tiledb_vfs()
tiledb_vfs_is_bucket(vfs, "s3://tiledb-public-us-west-1/test-array-4x4")

## End(Not run)

tiledb documentation built on Sept. 27, 2023, 9:06 a.m.