describe {tiledb} | R Documentation |
Describe a TileDB array schema via code to create it
describe(arr)
arr |
A TileDB Array object |
Nothing is returned as the function is invoked for the side effect of printing the schema via a sequence of R instructions to re-create it.