dim.tiledb_array_schema | R Documentation |
Only valid for integral (integer) domains
## S3 method for class 'tiledb_array_schema'
dim(x)
x |
tiledb_array_schema |
a dimension vector
dom <- tiledb_domain(dims = c(tiledb_dim("d1", c(1L, 10L), type = "INT32")))
sch <- tiledb_array_schema(dom, attrs = c(tiledb_attr("a1", type = "INT32"),
tiledb_attr("a2", type = "FLOAT64")))
dim(sch)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.