powered by
The scheme corresponds to the URI scheme for TileDB resouces.
tiledb_is_supported_fs(scheme, object = tiledb_get_context())
TRUE if tiledb backend is supported, FALSE otherwise
URI string scheme ("file", "hdfs", "s3")
tiledb_ctx object
tiledb_ctx
Ex:
{file}:///path/to/file
{hdfs}:///path/to/file
{s3}://hostname:port/path/to/file
ctx <- tiledb_ctx(limitTileDBCores()) tiledb_is_supported_fs("file") tiledb_is_supported_fs("s3")
Run the code above in your browser using DataLab