tiledb_filestore_uri_import | R Documentation |
Import a file into a TileDB Filestore
tiledb_filestore_uri_import(
filestore_uri,
file_uri,
ctx = tiledb_get_context()
)
filestore_uri |
Character with an TileDB Array Schema URI |
file_uri |
Character with a file URI |
ctx |
(optional) A TileDB Ctx object; if not supplied the default context object is retrieved |
A boolean is returned to indicate successful completion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.