View source: R/CurrentDomain.R
tiledb_current_domain | R Documentation |
tiledb_current_domain
objectCreates a tiledb_current_domain
object
tiledb_current_domain(ctx = tiledb_get_context())
ctx |
(optional) A TileDB Ctx object |
The tiledb_current_domain
object
if (tiledb_version(TRUE) >= "2.25.0") {
cd <-tiledb_current_domain()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.