tiledb_is_supported_fs | R Documentation |
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 |
|
Ex:
{file}:///path/to/file
{hdfs}:///path/to/file
{s3}://hostname:port/path/to/file
TRUE if tiledb backend is supported, FALSE otherwise
tiledb_is_supported_fs("file")
tiledb_is_supported_fs("s3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.