tiledb_is_supported_fs {tiledb} | R Documentation |
Query if a TileDB backend is supported
Description
The scheme corresponds to the URI scheme for TileDB resouces.
Usage
tiledb_is_supported_fs(scheme, object = tiledb_get_context())
Arguments
scheme |
URI string scheme ("file", "hdfs", "s3") |
object |
|
Details
Ex:
-
{file}:///path/to/file
-
{hdfs}:///path/to/file
-
{s3}://hostname:port/path/to/file
Value
TRUE if tiledb backend is supported, FALSE otherwise
Examples
tiledb_is_supported_fs("file")
tiledb_is_supported_fs("s3")
[Package tiledb version 0.29.0 Index]