tiledb_vfs_is_bucket {tiledb} | R 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)
[Package tiledb version 0.29.0 Index]