The scheme corresponds to the URI scheme for TileDB resouces.
tiledb_is_supported_fs(scheme, object = tiledb_get_context())
scheme | URI string scheme ("file", "hdfs", "s3") |
---|---|
object |
|
TRUE if tiledb backend is supported, FALSE otherwise
Ex:
{file}:///path/to/file
{hdfs}:///path/to/file
{s3}://hostname:port/path/to/file
#> [1] TRUEtiledb_is_supported_fs("s3")#> [1] TRUE